Core Data Fundamentals with Swift

Pluralsight
Course Summary
It's inevitable: you're going to need to persist data on a user's device. This course will give you the essential skills you need to architect an app to use Core Data. You'll learn to model, manage, and display data using Core Data in this course.
-
+
Course Description
Managing data is crucial to building dynamic mobile apps. You won't be able to escape the need to save data to a user's device. When that need arises, Core Data can be a powerful tool to help solve the data persistence challenges of just about any app, no matter how big or small. In this course, Core Data Fundamentals with Swift, you'll learn how to set up and architect an app with Core Data so that it's maintainable and testable. First, you'll discover how to create a data model and explore how to save, access, and delete data. Next, you'll explore how to keep a user interface in sync with the data in your persistent store as users interact with your app. Finally, you'll see how to implement changes to your data model, even after your app is published to the App Store. When you're finished with this course, you'll have the foundation you need to start using Core Data in your apps today.
-
+
Course Syllabus
Course Overview- 1m 42s
—Course Overview 1m 42sGetting Started with Core Data- 24m 11s
—Welcome and Motivation for Using Core Data 4m 9s
—What is Core Data? 7m 36s
—Is Core Data Overkill? 2m 42s
—Course Prerequisites 1m 2s
—Introducing the Course Storyline 1m 32s
—Demo - ShoutOut App Prototype 2m 32s
—Demo - Starter Project Tour 3m 37s
—Outlining the Course Goals 1m 0sSetting up the Core Data Stack- 49m 55sCreating a Data Model- 37m 24sBuilding Relationships Between Entities- 25m 36sSaving, Accessing, and Deleting Data- 57m 50sShowing and Synchronizing Data with NSFetchedResultsController- 42m 25sChanging Core Data Models- 23m 6sUnderstanding Core Data Changes in iOS 10 and macOS Sierra- 17m 10s