2
Reply

How to do the migrations in Code first approach of the Entity Framework in MVC?

Navratna Pawale

Navratna Pawale

10y
1.6k
0
Reply

    First create Model and Data context class. open vs command tool and enabled migration by command enable migration update -verbose then your database generated as per your model class

    http://dotnet-munesh.blogspot.in/2015/06/curd-operation-in-aspnet-using-entity.html