Articles tagged with: Core Data
Core Data »
This post is an expansion upon the post Marcus wrote on March 26, 2009; Core Data: Subclassing NSManagedObject in which he reviewed some best practices on subclassing the NSManagedObject. Based on feedback from that post, here are some additional best practices when working with NSManagedObject subclasses.
Code »
Core Data »
Importing data from a foreign source, whether it be from a server, another file generated on the same operating system or a file from another operating system, is a fairly common action for an application to perform. In this installment of his Core Data column Marcus Zarra walks through one possible multi-threaded solution

