Cloud Diary Tutorial 08 - Enable EF Migrations to fix model and database mismatch

Опубликовано: 02 Апрель 2026
на канале: Daniel Hillebrand
96
0

Please check my blog for more information about the tutorial.
https://wp.me/p8Z2Wa-v

Topics:
• Add Code First Migrations to update the database
• Delete SQLServer LocalDB database from App_Data folder
• Enable, create and apply migrations with Package Manager ("enable-migrations", "add-migration", "update-database")
• Test adding a new diary entry to the database using our form.