03. Entity Framework Database Migrations

preview_player
Показать описание
One of the main ideas of EF core is to free up the developer from having to create SQL scripts to create database tables. This is done with migrations. Let's define a basic model and create the database.

NuGet packages used for EF Core 6
1. Microsoft.EntityFrameworkCore
2. Microsoft.EntityFrameworkCore.Tools
3. Microsoft.EntityFrameworkCore.Design
4. Microsoft.EntityFrameworkCore.SqlServer

NuGet packages for Configuration
1. Microsoft.Extensions.Configuration.Json
2. Microsoft.Extensions.Configuration.FileExtensions
Рекомендации по теме