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!!
~-~~-~~~-~~-~
Please watch: "Call Stored Procedure in ASP.NET MVC Controller"
• ASP.NET MVC 👉 #4 | Call Stored Proced...
~-~~-~~~-~~-~