Caution

This documentation is for EF Core. For EF6.x and earlier release see http://msdn.com/data/ef.

Microsoft SQL Server

This database provider allows Entity Framework Core to be used with Microsoft SQL Server (including SQL Azure). The provider is maintained as part of the EntityFramework GitHub project.

In this article:

Install

Install the Microsoft.EntityFrameworkCore.SqlServer NuGet package.

PM>  Install-Package Microsoft.EntityFrameworkCore.SqlServer

Supported Database Engines

  • Microsoft SQL Server (2008 onwards)

Supported Platforms

  • Full .NET (4.5.1 onwards)
  • .NET Core
  • Mono (4.2.0 onwards)

Caution

Using this provider on Mono will make use of the Mono SQL Client implementation, which has a number of known issues. For example, it does not support secure connections (SSL).