This course teaches you about Entity Framework Code First Migrations introduced in EF 4.3. Migrations allow you to evolve your database without losing data or other database objects. You will learn to automatically migrate your database in response to model changes using Migrations first introduced in EF 4.3, as well as how to control and customize migrations and database updates.