August 2017
Intermediate to advanced
330 pages
7h 26m
English
This step is very important because we are adding EF Core using NuGet packages and EF Core Tooling. The EF tooling provides CLI support to work with EF migrations and perform database updates.
Use the NuGet Package Manager or PMC (CLI) to the add EF Core SQL Server package:
"Microsoft.EntityFrameworkCore.SqlServer": "2.0.0-preview2-final" "Microsoft.EntityFrameworkCore.Tools": "2.0.0-preview2-final",
Read now
Unlock full access