Entity Framework Code First Approach - Video Tutorial Lesson #3

Posted by Dipaktalaviya under ASP.NET MVC category on | Points: 350 | Views : 3236
Code-First Approach in ASP.NET MVC Apply Code-First Migration using following commands.
A. enable-migrations
B. add-migration(Give Migration file name)
C. update-database -script (optional)
D. update-database

Thanks!
Learn Everyday!!



Get Questpond videos on discounted price from ITFunda.com.

Comments or Responses

Login to post response