Episode

Migrations - Team Environments

This is the companion screencast to our Code First Migrations in Team Environments documentation. The Migrations - Under the Hood screencast is a pre-requisite to this screencast.

In this Entity Framework screencast we'll look at using Code First Migrations in a development team, where two or more developers are working on the same project, using a source control system. We'll look at the issues that can arise when multiple developers are generating migrations, and how you can resolve these issues. You'll then see these principals in action with a demo in Visual Studio.