C# - Migrations - ASP.NET MVC with EF Core

preview_player
Показать описание
This tutorial is about implementing migrations to an MVC app. It presents the following points:

- Learn about migrations
- Change the connection string
- Create an initial migration
- Examine Up and Down methods
- Learn about the data model snapshot
- Apply the migration

It is the continuation of these tutorials:

Microsoft.Com Tutorial:

Initial code (GitHub):
Code at the end (GitHub):
Рекомендации по теме