Okay, let's get started with the fastest way to get Core Data up and running. It's also a way that amply demonstrates how well Core Data is designed to integrate seamlessly with Cocoa Bindings, and therefore also with Interface Builder.
It is, in fact, possible to create a simple app that uses Core Data and synchronizes it with its UI, without writing more than one single line of code.