Microsoft.EntityFrameworkCore
Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos DB, MySQL, PostgreSQL, and other databases through a provider plugin API. Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet
Total Downloads
2.3B
2,309,779,910
Published
Jun 9, 2026
Latest stable version
Install
.NET CLI
dotnet add package Microsoft.EntityFrameworkCore --version 10.0.9
Package Manager Console
Install-Package Microsoft.EntityFrameworkCore -Version 10.0.9
PackageReference
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.9" />