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.