Posted on: 2/18/2014 7:00:00 PM | Views : 5667

Code First Migrations allow you to create a new database or to update existing database based on your model classes by using Package Manager Console within Visual Studio 2013 or Visual Studio 2012.

Go to the complete details ...