Entity Framework Migrations for Large Teams

Pluralsight
Course Summary
Get up to speed on the tools and disciplines you need to maintain a database for your Entity Framework application. This course was designed for your whole team to watch over an extended lunch hour.
-
+
Course Description
Entity Framework (EF) is the preferred mechanism for accessing a SQL database in an enterprise application. EF migrations keep the schema of the database in sync with the application. But when teams use EF migrations collaboratively, some challenges emerge. In this course, Entity Framework Migrations for Large Teams, you'll Learn how to use EF Migrations with Git and TFS source control. First, you'll learn to use Entity Framework Migrations with Git or TFS version control. Next, you'll learn to manage simple and complex database changes. Finally, you'll learn how to discover and resolve migration issues. By the end of this course you'll learn all of the techniques required in order to work better together with your team.
-
+
Course Syllabus
Course Overview- 1m 23s
—Course Overview 1m 23sEntity Framework Migrations for Large Teams- 19m 27s
—Introduction 1m 38s
—Outline 2m 56s
—How Migrations Work 3m 13s
—Enabling Migrations 3m 35s
—PowerShell Commands 2m 26s
—Add and Apply a Migration 3m 30s
—Conclusion 2m 7sFollowing a Workflow- 38m 12sHandling Special Cases- 32m 36sResolving Common Problems- 19m 21s