Microsoft.EntityFrameworkCore
3.1.25
Prefix Reserved
See the version list below for details.
Requires NuGet 3.6 or higher.
dotnet add package Microsoft.EntityFrameworkCore --version 3.1.25
NuGet\Install-Package Microsoft.EntityFrameworkCore -Version 3.1.25
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.25" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="3.1.25" />
<PackageReference Include="Microsoft.EntityFrameworkCore" />
paket add Microsoft.EntityFrameworkCore --version 3.1.25
#r "nuget: Microsoft.EntityFrameworkCore, 3.1.25"
#:package Microsoft.EntityFrameworkCore@3.1.25
#addin nuget:?package=Microsoft.EntityFrameworkCore&version=3.1.25
#tool nuget:?package=Microsoft.EntityFrameworkCore&version=3.1.25
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology.
Commonly Used Types:
Microsoft.EntityFrameworkCore.DbContext
Microsoft.EntityFrameworkCore.DbSet
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.1.1)
- Microsoft.Bcl.HashCode (>= 1.1.1)
- Microsoft.EntityFrameworkCore.Abstractions (>= 3.1.25)
- Microsoft.EntityFrameworkCore.Analyzers (>= 3.1.25)
- Microsoft.Extensions.Caching.Memory (>= 3.1.25)
- Microsoft.Extensions.DependencyInjection (>= 3.1.25)
- Microsoft.Extensions.Logging (>= 3.1.25)
- System.Collections.Immutable (>= 1.7.1)
- System.ComponentModel.Annotations (>= 4.7.0)
- System.Diagnostics.DiagnosticSource (>= 4.7.1)
NuGet packages (9.2K)
Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore:
Package | Downloads |
---|---|
Microsoft.EntityFrameworkCore.Relational
Shared Entity Framework Core components for relational database providers. |
|
Microsoft.EntityFrameworkCore.InMemory
In-memory database provider for Entity Framework Core (to be used for testing purposes). |
|
Npgsql.EntityFrameworkCore.PostgreSQL
PostgreSQL/Npgsql provider for Entity Framework Core. |
|
Microsoft.EntityFrameworkCore.Proxies
Lazy loading proxies for Entity Framework Core. |
|
EFCore.NamingConventions
Naming Conventions for Entity Framework Core Tables and Columns. |
GitHub repositories (630)
Showing the top 20 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore:
Repository | Stars |
---|---|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 5, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
|
|
davidfowl/AspNetCoreDiagnosticScenarios
This repository has examples of broken patterns in ASP.NET Core applications
|
|
elsa-workflows/elsa-core
A .NET workflows library
|
|
btcpayserver/btcpayserver
Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
|
|
louthy/language-ext
C# pure functional programming framework - come and get declarative!
|
|
EduardoPires/EquinoxProject
Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
|
|
graphql-dotnet/graphql-dotnet
GraphQL for .NET
|
|
ldqk/Masuit.Tools
全龄段友好的C#万能工具库,码数吐司库,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到2MB!
|
|
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
|
|
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
|
|
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
|
|
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
|
|
immense/Remotely
A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
|
|
MapsterMapper/Mapster
A fast, fun and stimulating object to object Mapper
|
|
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
|
|
cobbr/Covenant
Covenant is a collaborative .NET C2 framework for red teamers.
|
Version | Downloads | Last Updated | |
---|---|---|---|
10.0.0-preview.6.25358.103 | 4,216 | 7/15/2025 | |
10.0.0-preview.5.25277.114 | 19,022 | 6/6/2025 | |
10.0.0-preview.4.25258.110 | 25,804 | 5/12/2025 | |
10.0.0-preview.3.25171.6 | 20,188 | 4/10/2025 | |
10.0.0-preview.2.25163.8 | 38,997 | 3/18/2025 | |
10.0.0-preview.1.25081.1 | 12,333 | 2/25/2025 | |
9.0.7 | 773,341 | 7/8/2025 | |
9.0.6 | 2,682,730 | 6/10/2025 | |
9.0.5 | 4,219,580 | 5/13/2025 | |
9.0.4 | 6,148,438 | 4/8/2025 | |
9.0.3 | 6,624,310 | 3/11/2025 | |
9.0.2 | 6,864,032 | 2/11/2025 | |
9.0.1 | 12,655,624 | 1/14/2025 | |
9.0.0 | 17,538,998 | 11/12/2024 | |
9.0.0-rc.2.24474.1 | 218,379 | 10/8/2024 | |
9.0.0-rc.1.24451.1 | 137,671 | 9/10/2024 | |
9.0.0-preview.7.24405.3 | 94,437 | 8/13/2024 | |
9.0.0-preview.6.24327.4 | 178,359 | 7/9/2024 | |
9.0.0-preview.5.24306.3 | 57,018 | 6/11/2024 | |
9.0.0-preview.4.24267.1 | 65,522 | 5/21/2024 | |
9.0.0-preview.3.24172.4 | 181,024 | 4/11/2024 | |
9.0.0-preview.2.24128.4 | 77,305 | 3/12/2024 | |
9.0.0-preview.1.24081.2 | 122,666 | 2/13/2024 | |
8.0.18 | 209,433 | 7/8/2025 | |
8.0.17 | 1,163,397 | 6/10/2025 | |
8.0.16 | 1,484,077 | 5/13/2025 | |
8.0.15 | 2,579,583 | 4/8/2025 | |
8.0.14 | 3,405,498 | 3/11/2025 | |
8.0.13 | 4,839,276 | 2/11/2025 | |
8.0.12 | 4,578,664 | 1/14/2025 | |
8.0.11 | 19,679,767 | 11/12/2024 | |
8.0.10 | 22,902,467 | 10/8/2024 | |
8.0.8 | 27,449,710 | 8/13/2024 | |
8.0.7 | 16,992,444 | 7/9/2024 | |
8.0.6 | 19,168,064 | 5/28/2024 | |
8.0.5 | 8,165,067 | 5/14/2024 | |
8.0.4 | 30,804,918 | 4/9/2024 | |
8.0.3 | 12,585,562 | 3/12/2024 | |
8.0.2 | 25,301,622 | 2/13/2024 | |
8.0.1 | 16,015,701 | 1/9/2024 | |
8.0.0 | 49,988,242 | 11/14/2023 | |
8.0.0-rc.2.23480.1 | 549,993 | 10/10/2023 | |
8.0.0-rc.1.23419.6 | 157,453 | 9/12/2023 | |
8.0.0-preview.7.23375.4 | 122,583 | 8/8/2023 | |
8.0.0-preview.6.23329.4 | 217,365 | 7/11/2023 | |
8.0.0-preview.5.23280.1 | 192,914 | 6/13/2023 | |
8.0.0-preview.4.23259.3 | 141,853 | 5/16/2023 | |
8.0.0-preview.3.23174.2 | 254,479 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 199,248 | 3/14/2023 | |
8.0.0-preview.1.23111.4 | 141,109 | 2/21/2023 | |
7.0.20 | 4,139,077 | 5/28/2024 | |
7.0.19 | 553,585 | 5/14/2024 | |
7.0.18 | 2,526,159 | 4/9/2024 | |
7.0.17 | 1,689,026 | 3/12/2024 | |
7.0.16 | 2,171,646 | 2/13/2024 | |
7.0.15 | 3,391,783 | 1/9/2024 | |
7.0.14 | 6,358,904 | 11/14/2023 | |
7.0.13 | 7,154,497 | 10/24/2023 | |
7.0.12 | 4,550,791 | 10/10/2023 | |
7.0.11 | 14,377,220 | 9/12/2023 | |
7.0.10 | 10,015,745 | 8/8/2023 | |
7.0.9 | 9,420,082 | 7/11/2023 | |
7.0.8 | 5,724,261 | 6/22/2023 | |
7.0.7 | 3,857,893 | 6/13/2023 | |
7.0.5 | 26,569,693 | 4/11/2023 | |
7.0.4 | 9,622,570 | 3/14/2023 | |
7.0.3 | 14,183,125 | 2/14/2023 | |
7.0.2 | 19,461,210 | 1/10/2023 | |
7.0.1 | 10,353,576 | 12/13/2022 | |
7.0.0 | 32,699,244 | 11/7/2022 | |
7.0.0-rc.2.22472.11 | 226,628 | 10/11/2022 | |
7.0.0-rc.1.22426.7 | 215,929 | 9/14/2022 | |
7.0.0-preview.7.22376.2 | 99,823 | 8/9/2022 | |
7.0.0-preview.6.22329.4 | 77,952 | 7/12/2022 | |
7.0.0-preview.5.22302.2 | 65,884 | 6/14/2022 | |
7.0.0-preview.4.22229.2 | 89,041 | 5/10/2022 | |
7.0.0-preview.3.22175.1 | 79,327 | 4/13/2022 | |
7.0.0-preview.2.22153.1 | 86,629 | 3/14/2022 | |
7.0.0-preview.1.22076.6 | 59,168 | 2/17/2022 | |
6.0.36 | 1,817,156 | 11/12/2024 | |
6.0.35 | 744,911 | 10/8/2024 | |
6.0.33 | 1,977,451 | 8/13/2024 | |
6.0.32 | 852,030 | 7/9/2024 | |
6.0.31 | 1,156,285 | 5/28/2024 | |
6.0.30 | 645,884 | 5/14/2024 | |
6.0.29 | 2,941,380 | 4/9/2024 | |
6.0.28 | 1,694,032 | 3/12/2024 | |
6.0.27 | 1,961,229 | 2/13/2024 | |
6.0.26 | 2,749,220 | 1/9/2024 | |
6.0.25 | 3,794,365 | 11/14/2023 | |
6.0.24 | 1,945,727 | 10/24/2023 | |
6.0.23 | 1,275,219 | 10/10/2023 | |
6.0.22 | 3,478,866 | 9/12/2023 | |
6.0.21 | 3,708,691 | 8/8/2023 | |
6.0.20 | 2,972,218 | 7/11/2023 | |
6.0.19 | 2,491,625 | 6/22/2023 | |
6.0.18 | 1,313,891 | 6/13/2023 | |
6.0.16 | 7,806,678 | 4/11/2023 | |
6.0.15 | 4,303,977 | 3/14/2023 | |
6.0.14 | 5,417,582 | 2/14/2023 | |
6.0.13 | 7,102,688 | 1/10/2023 | |
6.0.12 | 11,138,896 | 12/13/2022 | |
6.0.11 | 10,153,540 | 11/7/2022 | |
6.0.10 | 17,905,635 | 10/11/2022 | |
6.0.9 | 15,614,609 | 9/13/2022 | |
6.0.8 | 18,827,404 | 8/9/2022 | |
6.0.7 | 50,909,102 | 7/12/2022 | |
6.0.6 | 15,152,280 | 6/14/2022 | |
6.0.5 | 23,046,635 | 5/10/2022 | |
6.0.4 | 18,237,728 | 4/11/2022 | |
6.0.3 | 25,611,272 | 3/8/2022 | |
6.0.2 | 20,140,288 | 2/8/2022 | |
6.0.1 | 33,700,951 | 12/14/2021 | |
6.0.0 | 72,659,017 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 332,485 | 10/12/2021 | |
6.0.0-rc.1.21452.10 | 272,559 | 9/14/2021 | |
6.0.0-preview.7.21378.4 | 101,189 | 8/10/2021 | |
6.0.0-preview.6.21352.1 | 44,726 | 7/14/2021 | |
6.0.0-preview.5.21301.9 | 190,682 | 6/15/2021 | |
6.0.0-preview.4.21253.1 | 79,054 | 5/24/2021 | |
6.0.0-preview.3.21201.2 | 102,178 | 4/8/2021 | |
6.0.0-preview.2.21154.2 | 75,136 | 3/11/2021 | |
6.0.0-preview.1.21102.2 | 97,922 | 2/12/2021 | |
5.0.17 | 8,051,267 | 5/10/2022 | |
5.0.16 | 1,526,533 | 4/11/2022 | |
5.0.15 | 2,377,466 | 3/8/2022 | |
5.0.14 | 2,396,575 | 2/8/2022 | |
5.0.13 | 4,552,326 | 12/14/2021 | |
5.0.12 | 4,911,299 | 11/7/2021 | |
5.0.11 | 8,563,974 | 10/12/2021 | |
5.0.10 | 13,758,570 | 9/14/2021 | |
5.0.9 | 10,529,991 | 8/10/2021 | |
5.0.8 | 9,857,795 | 7/13/2021 | |
5.0.7 | 14,776,783 | 6/8/2021 | |
5.0.6 | 8,355,840 | 5/11/2021 | |
5.0.5 | 11,681,358 | 4/6/2021 | |
5.0.4 | 8,447,429 | 3/9/2021 | |
5.0.3 | 8,192,987 | 2/9/2021 | |
5.0.2 | 10,668,891 | 1/12/2021 | |
5.0.1 | 16,322,169 | 12/8/2020 | |
5.0.0 | 27,628,197 | 11/9/2020 | |
5.0.0-rc.2.20475.6 | 387,999 | 10/13/2020 | |
5.0.0-rc.1.20451.13 | 322,639 | 9/14/2020 | |
5.0.0-preview.8.20407.4 | 208,571 | 8/25/2020 | |
5.0.0-preview.7.20365.15 | 118,357 | 7/21/2020 | |
5.0.0-preview.6.20312.4 | 64,266 | 6/25/2020 | |
5.0.0-preview.5.20278.2 | 50,758 | 6/10/2020 | |
5.0.0-preview.4.20220.10 | 74,431 | 5/18/2020 | |
5.0.0-preview.3.20181.2 | 95,195 | 4/23/2020 | |
5.0.0-preview.2.20159.4 | 62,309 | 4/2/2020 | |
5.0.0-preview.2.20120.8 | 46,347 | 3/16/2020 | |
3.1.32 | 6,678,752 | 12/13/2022 | |
3.1.31 | 1,354,913 | 11/8/2022 | |
3.1.30 | 793,109 | 10/11/2022 | |
3.1.29 | 1,397,151 | 9/13/2022 | |
3.1.28 | 899,568 | 8/9/2022 | |
3.1.27 | 779,349 | 7/12/2022 | |
3.1.26 | 689,252 | 6/14/2022 | |
3.1.25 | 1,130,132 | 5/10/2022 | |
3.1.24 | 673,392 | 4/11/2022 | |
3.1.23 | 1,099,692 | 3/8/2022 | |
3.1.22 | 3,634,586 | 12/14/2021 | |
3.1.21 | 2,694,449 | 11/7/2021 | |
3.1.20 | 1,671,225 | 10/11/2021 | |
3.1.19 | 2,532,205 | 9/14/2021 | |
3.1.18 | 5,545,411 | 8/10/2021 | |
3.1.17 | 1,942,175 | 7/13/2021 | |
3.1.16 | 2,436,169 | 6/8/2021 | |
3.1.15 | 2,945,649 | 5/11/2021 | |
3.1.14 | 3,180,562 | 4/6/2021 | |
3.1.13 | 4,753,648 | 3/9/2021 | |
3.1.12 | 3,062,656 | 2/9/2021 | |
3.1.11 | 5,559,477 | 1/12/2021 | |
3.1.10 | 8,465,620 | 11/9/2020 | |
3.1.9 | 12,239,219 | 10/13/2020 | |
3.1.8 | 17,908,905 | 9/8/2020 | |
3.1.7 | 10,309,417 | 8/11/2020 | |
3.1.6 | 10,973,692 | 7/14/2020 | |
3.1.5 | 13,055,539 | 6/9/2020 | |
3.1.4 | 18,276,232 | 5/12/2020 | |
3.1.3 | 28,533,525 | 3/24/2020 | |
3.1.2 | 12,098,568 | 2/19/2020 | |
3.1.1 | 20,429,116 | 1/14/2020 | |
3.1.0 | 35,124,128 | 12/3/2019 | |
3.1.0-preview3.19554.8 | 165,595 | 11/13/2019 | |
3.1.0-preview2.19525.5 | 33,066 | 11/1/2019 | |
3.1.0-preview1.19506.2 | 775,000 | 10/15/2019 | |
3.0.3 | 194,317 | 2/19/2020 | |
3.0.2 | 81,040 | 1/14/2020 | |
3.0.1 | 1,421,117 | 11/18/2019 | |
3.0.0 | 19,416,818 | 9/23/2019 | |
3.0.0-rc1.19456.14 | 46,947 | 9/16/2019 | |
3.0.0-preview9.19423.6 | 1,392,098 | 9/4/2019 | |
3.0.0-preview8.19405.11 | 413,119 | 8/13/2019 | |
3.0.0-preview7.19362.6 | 92,869 | 7/23/2019 | |
3.0.0-preview6.19304.10 | 168,550 | 6/12/2019 | |
3.0.0-preview5.19227.1 | 672,595 | 5/6/2019 | |
3.0.0-preview4.19216.3 | 23,204 | 4/18/2019 | |
3.0.0-preview3.19153.1 | 202,858 | 3/6/2019 | |
3.0.0-preview.19074.3 | 32,269 | 1/29/2019 | |
3.0.0-preview.18572.1 | 48,903 | 12/3/2018 | |
2.3.0 | 25,393 | 1/14/2025 | |
2.2.6 | 32,246,448 | 7/9/2019 | |
2.2.4 | 19,727,983 | 4/9/2019 | |
2.2.3 | 5,389,126 | 3/11/2019 | |
2.2.2 | 6,492,047 | 2/12/2019 | |
2.2.1 | 6,944,195 | 1/8/2019 | |
2.2.0 | 22,243,392 | 12/3/2018 | |
2.2.0-preview3-35497 | 185,340 | 10/17/2018 | |
2.2.0-preview2-35157 | 152,070 | 9/12/2018 | |
2.2.0-preview1-35029 | 84,545 | 8/22/2018 | |
2.1.14 | 4,063,351 | 11/18/2019 | |
2.1.11 | 3,722,229 | 5/14/2019 | |
2.1.8 | 3,836,426 | 2/12/2019 | |
2.1.4 | 15,673,694 | 10/1/2018 | |
2.1.3 | 4,923,149 | 9/11/2018 | |
2.1.2 | 8,163,389 | 8/21/2018 | |
2.1.1 | 17,011,335 | 6/18/2018 | |
2.1.0 | 13,428,444 | 5/29/2018 | |
2.1.0-rc1-final | 224,993 | 5/6/2018 | |
2.1.0-preview2-final | 206,312 | 4/10/2018 | |
2.1.0-preview1-final | 318,658 | 2/26/2018 | |
2.0.3 | 5,420,720 | 5/7/2018 | |
2.0.2 | 6,764,325 | 3/13/2018 | |
2.0.1 | 12,693,028 | 11/14/2017 | |
2.0.0 | 27,831,704 | 8/11/2017 | |
2.0.0-preview2-final | 96,740 | 6/28/2017 | |
2.0.0-preview1-final | 1,134,302 | 5/10/2017 | |
1.1.6 | 6,105,805 | 7/10/2018 | |
1.1.5 | 1,255,234 | 12/12/2017 | |
1.1.4 | 228,157 | 11/14/2017 | |
1.1.3 | 309,855 | 9/20/2017 | |
1.1.2 | 5,141,111 | 5/9/2017 | |
1.1.1 | 3,303,375 | 3/6/2017 | |
1.1.0 | 7,768,840 | 11/16/2016 | |
1.1.0-preview1-final | 46,803 | 10/24/2016 | |
1.0.6 | 55,451 | 11/14/2017 | |
1.0.5 | 43,781 | 9/20/2017 | |
1.0.4 | 58,600 | 5/9/2017 | |
1.0.3 | 684,503 | 3/6/2017 | |
1.0.2 | 78,742 | 12/12/2016 | |
1.0.1 | 836,666 | 9/13/2016 | |
1.0.0 | 1,955,399 | 6/27/2016 | |
1.0.0-rc2-final | 144,597 | 5/16/2016 |