Core Data. Apple's API for Persisting Data on Mac OS X
Buy a book... In Association with Amazon.co.uk
Author(s): Marcus S. Zarra
Publisher: O'Reilly
ISBN: 9781934356326
Format: softback
244pp
Price: £25.50
Review Date: 25 January 2010
Review: If you plan on writing an application that saves data to disc then you should look at Core Data. Core Data is an object graph that can be persisted to disc. In this book the author starts by building a single application that uses Core Data. He uses the application as the foundation for the reader’s journey in learning about Core Data. There are chapters on: Getting started; Core Data and bindings; under the hood of Core Data; Versioning and migration; Performance tuning; Sync services and core data; Multithreading and core data; Core data and the iPhone; Recipe – Distributing Core Data; and Recipe – Dynamic parameters.