Microsoft.EntityFrameworkCore
3.1.11
Prefix Reserved
See the version list below for details.
Requires NuGet 3.6 or higher.
dotnet add package Microsoft.EntityFrameworkCore --version 3.1.11
NuGet\Install-Package Microsoft.EntityFrameworkCore -Version 3.1.11
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.11" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="3.1.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore" />
paket add Microsoft.EntityFrameworkCore --version 3.1.11
#r "nuget: Microsoft.EntityFrameworkCore, 3.1.11"
#addin nuget:?package=Microsoft.EntityFrameworkCore&version=3.1.11
#tool nuget:?package=Microsoft.EntityFrameworkCore&version=3.1.11
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.11)
- Microsoft.EntityFrameworkCore.Analyzers (>= 3.1.11)
- Microsoft.Extensions.Caching.Memory (>= 3.1.11)
- Microsoft.Extensions.DependencyInjection (>= 3.1.11)
- Microsoft.Extensions.Logging (>= 3.1.11)
- System.Collections.Immutable (>= 1.7.1)
- System.ComponentModel.Annotations (>= 4.7.0)
- System.Diagnostics.DiagnosticSource (>= 4.7.1)
NuGet packages (9.1K)
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 (632)
Showing the top 20 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore:
Repository | Stars |
---|---|
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
|
|
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
|
|
louthy/language-ext
C# pure functional programming framework - come and get declarative!
|
|
btcpayserver/btcpayserver
Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
|
|
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组件,配套代码生成模板,权限等组成。
|
Version | Downloads | Last Updated | |
---|---|---|---|
10.0.0-preview.5.25277.114 | 9,398 | 6/6/2025 | |
10.0.0-preview.4.25258.110 | 24,804 | 5/12/2025 | |
10.0.0-preview.3.25171.6 | 19,144 | 4/10/2025 | |
10.0.0-preview.2.25163.8 | 29,793 | 3/18/2025 | |
10.0.0-preview.1.25081.1 | 12,186 | 2/25/2025 | |
9.0.6 | 1,075,077 | 6/10/2025 | |
9.0.5 | 3,152,525 | 5/13/2025 | |
9.0.4 | 5,245,392 | 4/8/2025 | |
9.0.3 | 6,026,806 | 3/11/2025 | |
9.0.2 | 6,219,078 | 2/11/2025 | |
9.0.1 | 10,787,978 | 1/14/2025 | |
9.0.0 | 15,844,971 | 11/12/2024 | |
9.0.0-rc.2.24474.1 | 213,740 | 10/8/2024 | |
9.0.0-rc.1.24451.1 | 134,265 | 9/10/2024 | |
9.0.0-preview.7.24405.3 | 90,782 | 8/13/2024 | |
9.0.0-preview.6.24327.4 | 164,634 | 7/9/2024 | |
9.0.0-preview.5.24306.3 | 53,209 | 6/11/2024 | |
9.0.0-preview.4.24267.1 | 63,710 | 5/21/2024 | |
9.0.0-preview.3.24172.4 | 179,620 | 4/11/2024 | |
9.0.0-preview.2.24128.4 | 74,938 | 3/12/2024 | |
9.0.0-preview.1.24081.2 | 118,550 | 2/13/2024 | |
8.0.17 | 407,205 | 6/10/2025 | |
8.0.16 | 1,086,630 | 5/13/2025 | |
8.0.15 | 2,149,557 | 4/8/2025 | |
8.0.14 | 2,910,990 | 3/11/2025 | |
8.0.13 | 4,191,212 | 2/11/2025 | |
8.0.12 | 4,145,236 | 1/14/2025 | |
8.0.11 | 17,799,983 | 11/12/2024 | |
8.0.10 | 21,563,583 | 10/8/2024 | |
8.0.8 | 26,178,175 | 8/13/2024 | |
8.0.7 | 16,308,988 | 7/9/2024 | |
8.0.6 | 18,474,139 | 5/28/2024 | |
8.0.5 | 7,888,489 | 5/14/2024 | |
8.0.4 | 29,541,256 | 4/9/2024 | |
8.0.3 | 12,190,416 | 3/12/2024 | |
8.0.2 | 24,247,211 | 2/13/2024 | |
8.0.1 | 15,479,308 | 1/9/2024 | |
8.0.0 | 47,520,506 | 11/14/2023 | |
8.0.0-rc.2.23480.1 | 541,644 | 10/10/2023 | |
8.0.0-rc.1.23419.6 | 156,368 | 9/12/2023 | |
8.0.0-preview.7.23375.4 | 120,598 | 8/8/2023 | |
8.0.0-preview.6.23329.4 | 212,529 | 7/11/2023 | |
8.0.0-preview.5.23280.1 | 189,436 | 6/13/2023 | |
8.0.0-preview.4.23259.3 | 140,515 | 5/16/2023 | |
8.0.0-preview.3.23174.2 | 245,282 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 198,442 | 3/14/2023 | |
8.0.0-preview.1.23111.4 | 140,562 | 2/21/2023 | |
7.0.20 | 3,887,541 | 5/28/2024 | |
7.0.19 | 541,875 | 5/14/2024 | |
7.0.18 | 2,444,165 | 4/9/2024 | |
7.0.17 | 1,664,938 | 3/12/2024 | |
7.0.16 | 2,137,841 | 2/13/2024 | |
7.0.15 | 3,331,798 | 1/9/2024 | |
7.0.14 | 6,266,358 | 11/14/2023 | |
7.0.13 | 7,023,629 | 10/24/2023 | |
7.0.12 | 4,510,546 | 10/10/2023 | |
7.0.11 | 14,126,380 | 9/12/2023 | |
7.0.10 | 9,905,056 | 8/8/2023 | |
7.0.9 | 9,299,330 | 7/11/2023 | |
7.0.8 | 5,656,170 | 6/22/2023 | |
7.0.7 | 3,827,822 | 6/13/2023 | |
7.0.5 | 26,234,704 | 4/11/2023 | |
7.0.4 | 9,549,037 | 3/14/2023 | |
7.0.3 | 14,049,940 | 2/14/2023 | |
7.0.2 | 19,228,948 | 1/10/2023 | |
7.0.1 | 10,247,983 | 12/13/2022 | |
7.0.0 | 31,856,007 | 11/7/2022 | |
7.0.0-rc.2.22472.11 | 224,969 | 10/11/2022 | |
7.0.0-rc.1.22426.7 | 215,347 | 9/14/2022 | |
7.0.0-preview.7.22376.2 | 99,309 | 8/9/2022 | |
7.0.0-preview.6.22329.4 | 77,669 | 7/12/2022 | |
7.0.0-preview.5.22302.2 | 65,661 | 6/14/2022 | |
7.0.0-preview.4.22229.2 | 88,031 | 5/10/2022 | |
7.0.0-preview.3.22175.1 | 79,188 | 4/13/2022 | |
7.0.0-preview.2.22153.1 | 86,466 | 3/14/2022 | |
7.0.0-preview.1.22076.6 | 58,902 | 2/17/2022 | |
6.0.36 | 1,590,571 | 11/12/2024 | |
6.0.35 | 706,301 | 10/8/2024 | |
6.0.33 | 1,873,473 | 8/13/2024 | |
6.0.32 | 824,915 | 7/9/2024 | |
6.0.31 | 1,124,563 | 5/28/2024 | |
6.0.30 | 619,525 | 5/14/2024 | |
6.0.29 | 2,844,338 | 4/9/2024 | |
6.0.28 | 1,645,419 | 3/12/2024 | |
6.0.27 | 1,924,924 | 2/13/2024 | |
6.0.26 | 2,705,651 | 1/9/2024 | |
6.0.25 | 3,731,431 | 11/14/2023 | |
6.0.24 | 1,922,336 | 10/24/2023 | |
6.0.23 | 1,261,816 | 10/10/2023 | |
6.0.22 | 3,440,646 | 9/12/2023 | |
6.0.21 | 3,665,644 | 8/8/2023 | |
6.0.20 | 2,936,976 | 7/11/2023 | |
6.0.19 | 2,461,812 | 6/22/2023 | |
6.0.18 | 1,301,334 | 6/13/2023 | |
6.0.16 | 7,731,177 | 4/11/2023 | |
6.0.15 | 4,259,048 | 3/14/2023 | |
6.0.14 | 5,372,643 | 2/14/2023 | |
6.0.13 | 7,043,926 | 1/10/2023 | |
6.0.12 | 11,029,344 | 12/13/2022 | |
6.0.11 | 10,073,760 | 11/7/2022 | |
6.0.10 | 17,773,760 | 10/11/2022 | |
6.0.9 | 15,499,018 | 9/13/2022 | |
6.0.8 | 18,684,609 | 8/9/2022 | |
6.0.7 | 50,515,336 | 7/12/2022 | |
6.0.6 | 15,011,068 | 6/14/2022 | |
6.0.5 | 22,850,158 | 5/10/2022 | |
6.0.4 | 18,123,377 | 4/11/2022 | |
6.0.3 | 25,280,081 | 3/8/2022 | |
6.0.2 | 20,014,236 | 2/8/2022 | |
6.0.1 | 33,381,704 | 12/14/2021 | |
6.0.0 | 71,409,269 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 329,049 | 10/12/2021 | |
6.0.0-rc.1.21452.10 | 269,534 | 9/14/2021 | |
6.0.0-preview.7.21378.4 | 99,177 | 8/10/2021 | |
6.0.0-preview.6.21352.1 | 44,160 | 7/14/2021 | |
6.0.0-preview.5.21301.9 | 189,825 | 6/15/2021 | |
6.0.0-preview.4.21253.1 | 76,236 | 5/24/2021 | |
6.0.0-preview.3.21201.2 | 99,523 | 4/8/2021 | |
6.0.0-preview.2.21154.2 | 74,842 | 3/11/2021 | |
6.0.0-preview.1.21102.2 | 97,724 | 2/12/2021 | |
5.0.17 | 7,951,152 | 5/10/2022 | |
5.0.16 | 1,518,336 | 4/11/2022 | |
5.0.15 | 2,367,577 | 3/8/2022 | |
5.0.14 | 2,386,844 | 2/8/2022 | |
5.0.13 | 4,525,851 | 12/14/2021 | |
5.0.12 | 4,890,630 | 11/7/2021 | |
5.0.11 | 8,527,333 | 10/12/2021 | |
5.0.10 | 13,674,446 | 9/14/2021 | |
5.0.9 | 10,480,477 | 8/10/2021 | |
5.0.8 | 9,805,255 | 7/13/2021 | |
5.0.7 | 14,712,739 | 6/8/2021 | |
5.0.6 | 8,328,411 | 5/11/2021 | |
5.0.5 | 11,633,103 | 4/6/2021 | |
5.0.4 | 8,420,963 | 3/9/2021 | |
5.0.3 | 8,172,346 | 2/9/2021 | |
5.0.2 | 10,638,103 | 1/12/2021 | |
5.0.1 | 16,243,633 | 12/8/2020 | |
5.0.0 | 27,410,908 | 11/9/2020 | |
5.0.0-rc.2.20475.6 | 387,148 | 10/13/2020 | |
5.0.0-rc.1.20451.13 | 322,329 | 9/14/2020 | |
5.0.0-preview.8.20407.4 | 208,223 | 8/25/2020 | |
5.0.0-preview.7.20365.15 | 118,151 | 7/21/2020 | |
5.0.0-preview.6.20312.4 | 64,183 | 6/25/2020 | |
5.0.0-preview.5.20278.2 | 50,352 | 6/10/2020 | |
5.0.0-preview.4.20220.10 | 74,324 | 5/18/2020 | |
5.0.0-preview.3.20181.2 | 95,081 | 4/23/2020 | |
5.0.0-preview.2.20159.4 | 62,129 | 4/2/2020 | |
5.0.0-preview.2.20120.8 | 46,287 | 3/16/2020 | |
3.1.32 | 6,436,896 | 12/13/2022 | |
3.1.31 | 1,274,694 | 11/8/2022 | |
3.1.30 | 778,746 | 10/11/2022 | |
3.1.29 | 1,368,739 | 9/13/2022 | |
3.1.28 | 886,688 | 8/9/2022 | |
3.1.27 | 768,750 | 7/12/2022 | |
3.1.26 | 680,566 | 6/14/2022 | |
3.1.25 | 1,121,049 | 5/10/2022 | |
3.1.24 | 669,529 | 4/11/2022 | |
3.1.23 | 1,092,786 | 3/8/2022 | |
3.1.22 | 3,586,496 | 12/14/2021 | |
3.1.21 | 2,680,954 | 11/7/2021 | |
3.1.20 | 1,650,779 | 10/11/2021 | |
3.1.19 | 2,518,495 | 9/14/2021 | |
3.1.18 | 5,477,374 | 8/10/2021 | |
3.1.17 | 1,930,489 | 7/13/2021 | |
3.1.16 | 2,424,958 | 6/8/2021 | |
3.1.15 | 2,924,338 | 5/11/2021 | |
3.1.14 | 3,165,619 | 4/6/2021 | |
3.1.13 | 4,722,596 | 3/9/2021 | |
3.1.12 | 3,050,808 | 2/9/2021 | |
3.1.11 | 5,540,411 | 1/12/2021 | |
3.1.10 | 8,442,821 | 11/9/2020 | |
3.1.9 | 12,194,345 | 10/13/2020 | |
3.1.8 | 17,869,387 | 9/8/2020 | |
3.1.7 | 10,265,847 | 8/11/2020 | |
3.1.6 | 10,936,104 | 7/14/2020 | |
3.1.5 | 13,008,210 | 6/9/2020 | |
3.1.4 | 18,196,055 | 5/12/2020 | |
3.1.3 | 28,413,208 | 3/24/2020 | |
3.1.2 | 12,063,687 | 2/19/2020 | |
3.1.1 | 20,323,692 | 1/14/2020 | |
3.1.0 | 34,931,532 | 12/3/2019 | |
3.1.0-preview3.19554.8 | 165,382 | 11/13/2019 | |
3.1.0-preview2.19525.5 | 32,857 | 11/1/2019 | |
3.1.0-preview1.19506.2 | 771,541 | 10/15/2019 | |
3.0.3 | 193,335 | 2/19/2020 | |
3.0.2 | 80,819 | 1/14/2020 | |
3.0.1 | 1,417,023 | 11/18/2019 | |
3.0.0 | 19,335,478 | 9/23/2019 | |
3.0.0-rc1.19456.14 | 46,898 | 9/16/2019 | |
3.0.0-preview9.19423.6 | 1,389,571 | 9/4/2019 | |
3.0.0-preview8.19405.11 | 412,989 | 8/13/2019 | |
3.0.0-preview7.19362.6 | 92,097 | 7/23/2019 | |
3.0.0-preview6.19304.10 | 168,472 | 6/12/2019 | |
3.0.0-preview5.19227.1 | 672,358 | 5/6/2019 | |
3.0.0-preview4.19216.3 | 23,167 | 4/18/2019 | |
3.0.0-preview3.19153.1 | 202,756 | 3/6/2019 | |
3.0.0-preview.19074.3 | 32,097 | 1/29/2019 | |
3.0.0-preview.18572.1 | 48,832 | 12/3/2018 | |
2.3.0 | 21,023 | 1/14/2025 | |
2.2.6 | 32,130,707 | 7/9/2019 | |
2.2.4 | 19,682,107 | 4/9/2019 | |
2.2.3 | 5,380,688 | 3/11/2019 | |
2.2.2 | 6,478,872 | 2/12/2019 | |
2.2.1 | 6,933,196 | 1/8/2019 | |
2.2.0 | 22,114,494 | 12/3/2018 | |
2.2.0-preview3-35497 | 185,230 | 10/17/2018 | |
2.2.0-preview2-35157 | 151,297 | 9/12/2018 | |
2.2.0-preview1-35029 | 83,878 | 8/22/2018 | |
2.1.14 | 4,042,146 | 11/18/2019 | |
2.1.11 | 3,716,693 | 5/14/2019 | |
2.1.8 | 3,819,798 | 2/12/2019 | |
2.1.4 | 15,645,376 | 10/1/2018 | |
2.1.3 | 4,916,125 | 9/11/2018 | |
2.1.2 | 8,149,749 | 8/21/2018 | |
2.1.1 | 16,852,760 | 6/18/2018 | |
2.1.0 | 13,391,610 | 5/29/2018 | |
2.1.0-rc1-final | 224,839 | 5/6/2018 | |
2.1.0-preview2-final | 206,116 | 4/10/2018 | |
2.1.0-preview1-final | 318,421 | 2/26/2018 | |
2.0.3 | 5,400,191 | 5/7/2018 | |
2.0.2 | 6,741,048 | 3/13/2018 | |
2.0.1 | 12,649,248 | 11/14/2017 | |
2.0.0 | 27,699,332 | 8/11/2017 | |
2.0.0-preview2-final | 96,573 | 6/28/2017 | |
2.0.0-preview1-final | 1,130,593 | 5/10/2017 | |
1.1.6 | 6,045,349 | 7/10/2018 | |
1.1.5 | 1,253,370 | 12/12/2017 | |
1.1.4 | 227,378 | 11/14/2017 | |
1.1.3 | 309,511 | 9/20/2017 | |
1.1.2 | 5,099,838 | 5/9/2017 | |
1.1.1 | 3,269,385 | 3/6/2017 | |
1.1.0 | 7,657,971 | 11/16/2016 | |
1.1.0-preview1-final | 46,735 | 10/24/2016 | |
1.0.6 | 55,345 | 11/14/2017 | |
1.0.5 | 43,658 | 9/20/2017 | |
1.0.4 | 58,423 | 5/9/2017 | |
1.0.3 | 676,529 | 3/6/2017 | |
1.0.2 | 78,661 | 12/12/2016 | |
1.0.1 | 825,237 | 9/13/2016 | |
1.0.0 | 1,911,231 | 6/27/2016 | |
1.0.0-rc2-final | 143,630 | 5/16/2016 |