ASP.NET MVC 👉 #3 | MVC Code First Approach Step by Step video Tutorial

Опубликовано: 16 Ноябрь 2024
на канале: Dipak Talaviya
2,724
10

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...  
~-~~-~~~-~~-~