date | article |
2014-03-01 | iCloud and Core Data by Matthew Bischoff, Brian Capps (over at objc) |
2014-03-01 | A Networked Core Data Application by Chris Eidhof (over at objc) |
2014-02-25 | Deleting Objects in Core Data by Marcus Zarra (over at Cocoa Is My Girlfriend) |
2014-02-18 | MagicalRecord Tutorial for iOS by Andy Pereira (over at Ray Wenderlich) |
2013-11-01 | How Does Core Data Save? by Drew McCormack (over at The Mental Blog) |
2013-09-01 | On Using SQLite and FMDB Instead of Core Data by Brent Simmons (over at objc) |
2013-09-01 | Importing Large Data Sets by Florian Kugler (over at objc) |
2013-09-01 | Fetch Requests by Daniel Eggert (over at objc) |
2013-09-01 | Data Models and Model Objects by Florian Kugler (over at objc) |
2013-09-01 | Custom Core Data migrations by Martin Hwasser (over at objc) |
2013-09-01 | Core Data Overview by Daniel Eggert (over at objc) |
2013-09-01 | A Complete Core Data Application by Chris Eidhof (over at objc) |
2013-08-01 | Core Data object create/edition view with undo capabilities but without headache by Pierre Dulac (over at @dulaccc) |
2013-06-24 | WWDC 2013 Core Data Performance - Optimization and Debugging by Kurry Tran (over at Kurry Tran's Blog) |
2013-05-20 | Core Data Libraries & Utilities by Matt Thompson (over at NSHipster) |
2013-04-02 | The Concurrent Core Data Stack by Florian Kugler (over at Florian Kugler) |
2013-02-18 | Zarra on Locking by Oliver Drobnik (over at Cocoanetics) |
2013-02-14 | How to Perform a Lightweight Core Data Migration by Scott Gardner (over at Ray Wenderlich) |
2013-01-25 | Unit-Testing CoreData Migrations by Oliver Drobnik (over at Cocoanetics) |
2012-09-18 | Adopting concurrent opening for Core Data-based documents by Mike Abdullah (over at Mike Abdullah) |
2012-08-31 | Exploring NSOrderedSet in Core Data by Ash Furrow (over at Ash Furrow) |
2012-08-24 | Passing NSManagedObject Instances Between Contexts with Ordered Relationships by Ash Furrow (over at Ash Furrow) |
2012-08-24 | How To Synchronize Core Data with a Web Service – Part 2 by Chris Wagner (over at Ray Wenderlich) |
2012-07-18 | Multi-Context CoreData by Oliver Drobnik (over at Cocoanetics) |
2012-07-10 | Concurrency with Core Data on iOS 5 by Ariel Rodriguez (over at Volon Bolon) |
2012-06-17 | Concurrency with Core Data Tutorial by Kurry Tran (over at Kurry Tran's Blog) |
2012-06-16 | Under the Sheets with iCloud and Core Data: Troubleshooting by Drew McCormack (over at The Mental Blog) |
2012-06-08 | Under the Sheets with iCloud and Core Data: Sentinels by Drew McCormack (over at The Mental Blog) |
2012-05-29 | Under the Sheets with iCloud and Core Data: Working Code by Drew McCormack (over at The Mental Blog) |
2012-05-29 | importing Data Made Easy by Saul Mora (over at Cocoa Is My Girlfriend) |
2012-05-26 | Under the Sheets with iCloud and Core Data: Seeding iCloud by Drew McCormack (over at The Mental Blog) |
2012-05-17 | Under the Sheets with iCloud and Core Data: How it Works by Drew McCormack (over at The Mental Blog) |
2012-05-16 | Under the Sheets with iCloud and Core Data: The Basics by Drew McCormack (over at The Mental Blog) |
2012-05-15 | Unit Testing with Core Data by Saul Mora (over at Cocoa Is My Girlfriend) |
2012-04-27 | Creating a CoreData Model in Code by Oliver Drobnik (over at Cocoanetics) |
2012-04-19 | Core Data on iOS 5 Tutorial: How To Preload and Import Existing Data by Adam Burkepile (over at Ray Wenderlich) |
2012-04-03 | Core Data in iCloud by Tim Roadley (over at Tim Roadley) |
2012-04-02 | Magical Record: how to make programming with Core Data pleasant by Yannick Loriot (over at Yannick Loriot) |
2012-03-14 | How To Preserve User Data Using SQLite or Core Data on Apple Devices by Tyler Wilson (over at BuildMobile) |
2012-03-05 | Core Data Basics Part 7 – Search Bars by Tim Roadley (over at Tim Roadley) |
2012-02-26 | Core Data Basics Part 6 – Core Data UIPickerView by Tim Roadley (over at Tim Roadley) |
2012-02-21 | Core Data Basics Part 5 – Preloading Data by Tim Roadley (over at Tim Roadley) |
2012-02-19 | Core Data Basics Part 4 – Relationships by Tim Roadley (over at Tim Roadley) |
2012-02-14 | Core Data Basics Part 3 – Editing and Deleting by Tim Roadley (over at Tim Roadley) |
2012-02-12 | Core Data Basics Part 2 – Core Data Views by Tim Roadley (over at Tim Roadley) |
2012-02-09 | Core Data Basics Part 1 – Storyboards, Delegation by Tim Roadley (over at Tim Roadley) |
2012-01-19 | Core Data Queries Using Expressions by Keith Harrison (over at Use Your Loaf) |
2011-12-23 | optimizing core data saves by Ash Furrow (over at Ash Furrow) |
2011-10-14 | Parent Watching Its Child by Marcus Zarra (over at Cocoa Is My Girlfriend) |
2011-10-11 | Core Data and the Undo Manager by Marcus Zarra (over at Cocoa Is My Girlfriend) |
2011-09-21 | Core Data Classes by Ariel Rodriguez (over at Volon Bolon) |
2011-08-22 | Importing and displaying large data sets in Core Data by Marcus Zarra (over at Cocoa Is My Girlfriend) |
2011-08-08 | Transient Entities and Core Data by Marcus Zarra (over at Cocoa Is My Girlfriend) |
2011-08-03 | On the Usefulness of Core Data's User Info by anonymous (over at The Mental Blog) |
2011-08-02 | Expenses: A Core Data Tutorial Part 1 with Xcode 4 by Mike Swan (over at theMikeSwan's Blog) |
2011-07-20 | Managing Information with CoreData by Andy White (over at BuildMobile) |
2011-06-12 | Expenses: A Core Data Tutorial Part 4, Versioning by Mike Swan (over at theMikeSwan's Blog) |
2011-06-12 | Expenses: A Core Data Tutorial part 3 by Mike Swan (over at theMikeSwan's Blog) |
2011-06-12 | Expenses Part 5: Printing Core Data by Mike Swan (over at theMikeSwan's Blog) |
2011-06-12 | A Core Data Tutorial Part 2: Polishing the Basics by Mike Swan (over at theMikeSwan's Blog) |
2011-06-12 | A Core Data Tutorial Part 1 by Mike Swan (over at theMikeSwan's Blog) |
2011-06-02 | Saving JSON to Core Data by Tom Harrington (over at Cocoa Is My Girlfriend) |
2011-05-04 | Inspecting Core Data attributes by Ole Begemann (over at Ole Begemann) |
2011-05-04 | Core Data Model Merging by Daniel Jalkut (over at red sweater blog) |
2011-05-04 | Core Data and Threads, Without the Headache by Marcus Zarra (over at Cocoa Is My Girlfriend) |
2011-04-19 | Smarter and More Reusable Core Data by Mike Nachbaur (over at iOS Developer's Life in Beta) |
2011-03-19 | Simplifying Core Data Part I by Chriscdn (over at Obj-C, JavaScript, Bikes, and stuff) |
2011-03-13 | Super Happy Easy Fetching in Core Data by Saul Mora (over at Cocoa Is My Girlfriend) |
2011-01-27 | Beginning iOS Development: Data Persistence (Video) by Alex Eckermann (over at Mobiletuts+) |
2011-01-07 | Passing around a NSManagedObjectContext on iOS by Marcus Zarra (over at Cocoa Is My Girlfriend) |
2010-10-22 | Convert SQL Statement to an NSPredicate For Use With Core Data by Unknown (over at AppWorks By Rade) |
2010-08-26 | Working with Core Data: Schema Versioning and Lightweight Migrations by Alex Eckermann (over at Mobiletuts+) |
2010-08-19 | Core Data Starting Data by Jeff LaMarche (over at iPhone Development) |
2010-08-02 | Core Data Odds and Ends by Jeff LaMarche (over at iPhone Development) |
2010-07-14 | Core Data and Enterprise iPhone Applications – Protecting Your Data by Nick Harris (over at Nick Harris) |
2010-07-05 | Core Data II (aka Migrations) by Ariel Rodriguez (over at Volon Bolon) |
2010-07-05 | Core Data I by Ariel Rodriguez (over at Volon Bolon) |
2010-06-13 | Template class for unit testing Core Data entities by Graham Lee (over at Secure Mac Programming) |
2010-06-12 | iPhone Core Data: Your First Steps by Alex Eckermann (over at Mobiletuts+) |
2010-05-20 | Core Data: Importing and displaying large data sets in Core Data on Cocoa Touch by Marcus Zarra (over at Mac Developer Network) |
2010-04-30 | Exploring Mac Development (PDF File) by Joanna Carter (over at Joanna Carter) |
2010-04-17 | Keyed-Archiving to Core Data Migration by anonymous (over at The Mental Blog) |
2010-04-17 | Core Data Tutorial: How To Use NSFetchedResultsController by Ray Wenderlich (over at Ray Wenderlich) |
2010-04-15 | Core Data Tutorial: How To Preload/Import Existing Data by Ray Wenderlich (over at Ray Wenderlich) |
2010-04-13 | Core Data Tutorial: Getting Started by Ray Wenderlich (over at Ray Wenderlich) |
2010-04-04 | Populating The Core Data Store With Predefined Data by Vladimir Zardina (over at Vladimir's Code Snippets) |
2010-03-03 | Core Data, Part 7: Lightweight Migration by Shannon Appelcline (over at iPhone in Action) |
2010-02-26 | On switching away from Core Data by Brent Simmons (over at inessential.com) |
2010-02-18 | Creating a NSManagedObject that is Cross Platform by Marcus Zarra (over at Cocoa Is My Girlfriend) |
2010-02-16 | The differences between Core Data and a Database by Matt Gallagher (over at Cocoa with Love) |
2010-02-11 | Full Text Search (Part 7) by Michael Heyeck (over at Things that were not immediately obvious to me) |
2010-02-08 | Full Text Search (Part 6) by Michael Heyeck (over at Things that were not immediately obvious to me) |
2010-02-07 | Full Text Search (Part 5) by Michael Heyeck (over at Things that were not immediately obvious to me) |
2010-02-07 | Core Data Story: an introduction to iPhone SDK database abstraction technology by Ivan Kalaica (over at Surgeworks Mobile) |
2010-02-06 | Full Text Search (Part 4) by Michael Heyeck (over at Things that were not immediately obvious to me) |
2010-02-05 | Full Text Search (Part 3) by Michael Heyeck (over at Things that were not immediately obvious to me) |
2010-02-04 | Full Text Search (Part 2) by Michael Heyeck (over at Things that were not immediately obvious to me) |
2010-01-21 | Chapter 4 and the Tale of the NSFetchedResultsController by Jeff LaMarche (over at iPhone Development) |
2010-01-20 | Another TableView / NSFetchedResultsController Gotcha by Jeff LaMarche (over at iPhone Development) |
2010-01-13 | Core Data by Ana Gabric (over at Surgeworks Mobile) |
2010-01-10 | Unit testing Core Data-driven apps, fit the second by Graham Lee (over at IAMLEEG) |
2009-12-29 | SuperDB Core Data App with Sections by Jeff LaMarche (over at iPhone Development) |
2009-12-28 | Adding Core Data Existing iPhone Projects by Dave Smith (over at Wires Are Obsolete) |
2009-12-17 | NSSet, Part Two: Core Data Integration by Shannon Appelcline (over at iPhone in Action) |
2009-12-06 | Coredata – the iPhone way! by mobisynth (over at Are you on the go?) |
2009-11-21 | Performance tests: Replacing Core Data Key Paths by Matt Gallagher (over at Cocoa with Love) |
2009-11-13 | Core Data Tips for iPhone Devs Part 2: Better Error Messages by Nathan Eror (over at Free Time Studios) |
2009-11-11 | Core Data Tips for iPhone Devs Part 1: Command Line Shortcuts by Nathan Eror (over at Free Time Studios) |
2009-10-25 | Turn Core Data models into JSON by Hans Sjunnesson (over at Touchalicious) |
2009-10-20 | Core Data, Part 6: There's More than One Way to Do It by Shannon Appelcline (over at iPhone in Action) |
2009-09-18 | Core Data, Part 5: Prefilling Data by Shannon Appelcline (over at iPhone in Action) |
2009-09-10 | Core Data, Part 4: Inserts, Updates & Deletes by Shannon Appelcline (over at iPhone in Action) |
2009-09-08 | Core Data Migration Problems? by Jeff LaMarche (over at iPhone Development) |
2009-09-06 | Unit testing Core Data-driven apps by Graham Lee (over at IAMLEEG) |
2009-09-02 | Core Data, Part 3: Retrieving Data by Shannon Appelcline (over at iPhone in Action) |
2009-08-18 | Core Data, Part 2: The Data Model by Shannon Appelcline (over at iPhone in Action) |
2009-08-11 | Core Data, Part 1: An Introduction by Shannon Appelcline (over at iPhone in Action) |
2009-07-13 | Using a Pre-Populated SQLite Database with Core Data on iPhone OS 3.0 by anonymous (over at A Blog on Tech) |
2009-07-10 | Core Data Default Dates in Data Model by Jeff LaMarche (over at iPhone Development) |
2009-07-06 | Core Data Navigation-Based Application by Jeff LaMarche (over at iPhone Development) |
2009-07-01 | Core Data - Determining if a Managed Object is New by Jeff LaMarche (over at iPhone Development) |
2009-06-22 | Core Data and UITableView. A drill-down application by Björn Sållarp (over at blog.sallarp.com) |
2009-06-13 | HotCocoa and Core Data by Dan Sinclair (over at everburning) |
2009-05-03 | Core Data and Plug-ins by Marcus Zarra (over at Cocoa Is My Girlfriend) |
2009-03-05 | Core Data vs. RDBMS by Rob Napier (over at Cocoaphony) |
2008-10-01 | F-Script and Core Data by Cristian Draghici (over at LoudHush Blog) |
2008-09-27 | Let's merge managed object models! by Chris Hanson (over at Eschatology) |
2008-08-01 | Checking with CoreData (2) by telliott99 (over at Python for Bioinformatics) |
2008-07-30 | Checking with CoreData by telliott99 (over at Python for Bioinformatics) |
2008-07-28 | Core Data Migration and Versioning by Tim Isted (over at Blog @ Tim Isted) |
2008-07-26 | Core Data and Sync Services by Tim Isted (over at Blog @ Tim Isted) |
2008-07-21 | Emulating Operators for Core Data by Thomas Sutton (over at Passing Curiosity) |
2008-07-18 | Computed Attributes in Core Data, How? by Thomas Sutton (over at Passing Curiosity) |
2008-07-17 | Drag and Drop Rearranging in Table Views with Core Data by Tim Isted (over at Blog @ Tim Isted) |
2008-07-15 | Binding Operators With Core Data by Thomas Sutton (over at Passing Curiosity) |
2008-07-09 | Multiple Managed Object Contexts with Core Data by Tim Isted (over at Blog @ Tim Isted) |
2008-07-09 | Custom Table Cells, Bindings and Core Data by Tim Isted (over at Blog @ Tim Isted) |
2008-07-05 | Multiple Windows with Core Data by Tim Isted (over at Blog @ Tim Isted) |
2008-05-29 | Coding Practice: Cleaning up the default Core Data project by Marcus Zarra (over at Cocoa Is My Girlfriend) |
2008-05-13 | NSTreeController and Core Data, Sorted by Jonathan Dann (over at espresso served here) |
2008-04-30 | Wiring Undo Management Into Core Data by Marcus Zarra (over at Cocoa Is My Girlfriend) |
2008-04-25 | Propagate deletes immediately in Core Data by Matt Gallagher (over at Cocoa with Love) |
2008-04-09 | Virtual Accessors in CoreData by Shane Crawford (over at shanecrawford.org) |
2008-03-31 | CoreData’s default date value by Shane Crawford (over at shanecrawford.org) |
2008-03-28 | Testing Core Data with very big hierarchical data sets by Matt Gallagher (over at Cocoa with Love) |
2008-03-12 | Handling Files With CoreData by Will Larson (over at Irrational Exuberance) |
2008-03-07 | Introduction to Migration in Apple's Core Data by Marcus Zarra (over at informIT) |
2008-03-07 | Core Data: one line fetch by Matt Gallagher (over at Cocoa with Love) |
2008-02-28 | A Warning about your inverse relationships by Shane Crawford (over at shanecrawford.org) |
2008-02-24 | Assigning One To Many Relationships in CoreData by Will Larson (over at Irrational Exuberance) |
2008-02-11 | Cocoa for Scientists (Part XXIII): iTunes-ifying a Core Data App by Drew McCormack (over at MacResearch) |
2008-02-04 | Cocoa for Scientists (Part XXII): Core Data Models by Drew McCormack (over at MacResearch) |
2008-01-29 | Sorting a CoreData backed NSArrayController by Shane Crawford (over at shanecrawford.org) |
2007-12-11 | NSPersistentDocument Core Data Tutorial by Apple (over at Apple Developer Connection) |
2007-12-11 | Core Data Programming Guide by Apple (over at Apple Developer Connection) |
2007-11-01 | Core Data: Cached Transient Properites by Chris Blunt (over at chrisblunt.com) |
2007-10-31 | Model Object Implementation Guide by Apple (over at Apple Developer Connection) |
2007-08-07 | Creating a Managed Object Model with Xcode by Apple (over at Apple Developer Connection) |
2007-07-24 | Atomic Store Programming Topics by Apple (over at Apple Developer Connection) |
2007-07-13 | Adding Basic AppleScript to Core Data Applications by Adam Knight (over at Mac Geekery) |
2007-05-18 | Core Data Model Versioning and Data Migration Programming Guide by Apple (over at Apple Developer Connection) |
2007-02-01 | Introduction to Core Data, Part IV by Jeff LaMarche (over at MacTech) |
2007-01-01 | Transient Properties in Core Data by Jakob Stoklund Olesen (over at 2pi.dk) |
2007-01-01 | Dynamically Adding Attributes to Core Data Entities, Part 2 by Jakob Stoklund Olesen (over at 2pi.dk) |
2007-01-01 | Dynamically Adding Attributes to Core Data Entities by Jakob Stoklund Olesen (over at 2pi.dk) |
2007-01-01 | A Textual File Format for Data Models in Core Data by Jakob Stoklund Olesen (over at 2pi.dk) |
2007-00-00 | Adding Drag support to an NSTreeController with Core Data by Unknown (over at Allusions) |
2006-11-21 | Custom ImageText Cell - Bindings and Core Data by Stephen Asbury (over at sasbury.com) |
2006-11-07 | Low-Level Core Data Tutorial by Apple (over at Apple Developer Connection) |
2006-05-01 | CoreData and Ordered Objects by Uli Kusterer (over at Orange Juice Liberation Front) |
2006-04-07 | Document Level Parameters Using Core Data: A Guide for Cocoa Developers by Marcus Zarra (over at informIT) |
2005-11-01 | Introduction to Core Data, Part III by Jeff LaMarche (over at MacTech) |
2005-09-01 | Introduction to Core Data, Part II by Jeff LaMarche (over at MacTech) |
2005-07-01 | Introduction to Core Data by Jeff LaMarche (over at MacTech) |
2005-06-28 | Developing with Core Data by Apple (over at Apple Developer Connection) |
2005-04-29 | Core Data Class Overview by Scott Stevenson (over at Cocoa Dev Central) |
2005-04-29 | Build a Core Data App by Scott Stevenson (over at Cocoa Dev Central) |
2004-08-31 | Cocoa Application Tutorial Using Bindings by Apple (over at Apple Developer Connection) |
unknown | Quickies for Core Data by Mark Dalrymple (over at Borkware) |