Visual Studio GUI for Entity Framework Core Commands | Migrations in Entity Framework Core
HTML-код
- Опубликовано: 26 ноя 2024
- Visual Studio 2022 has a GUI for migrations entity framework command core and allows the users to use migrations (add-migration, update-database) without using Command Line Tool. Using this new GUI of Visual Studio you can generate entity framework core command, update the database and also generate the SQL scripts.
This feature is very helpful for developers who want to work on Entity Framework Core commands without remembering the commands for migrations.
If you are using Entity Framework Core in your project then Visual Studio will automatically find out all the DbContext classes in your applications and will list them in a dropdown.
#entityframeworkcore #visualstudio #ui
Your all videos are very helpful Nitish. Thank you for sharing your knowledge.
Thankyou Mr Kaushik for feedback
Yes really very helpful for .net freshers and experience one
Hello sir, your video showed me a one more way to work with migration and it was very useful. Thank you for sharing your knowledge
Thank you for the feedback ☺️
A very clear explanation, quite helpfull.
Hello sir, Thank you for sharing your knowledge. I have doubt How migration done on production because in dev environment we run command to update Database,But What about Production environment?
Mostly using scrips using pipelines
@@nitish.kaushik any idea on how to run migration after deployment to a folder , any idea on command that we can execute with respective path