| 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. |