Entity Framework Core SQL Server

There are various database providers catered for by EF Core, including Microsoft SQL Server, PostgreSQL, SQLite, and MySQL. We will use SQL Server as a database provider.

For a full list of database providers, have a look at the official Microsoft documentation at: https://docs.microsoft.com/en-us/ef/core/providers/index.

In the console window, type the following command and hit Enter:

    Install-Package Microsoft.EntityFrameworkCore.SqlServer  

You should see a few response lines showing the items that were successfully installed.

Get C# 7 and .NET Core 2.0 Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.