EntityFramework 6.5.0
Prefix ReservedThis version has a packaging issue that breaks EDMX file support, see https://github.com/dotnet/ef6/issues/2262
See the version list below for details.
dotnet add package EntityFramework --version 6.5.0
NuGet\Install-Package EntityFramework -Version 6.5.0
<PackageReference Include="EntityFramework" Version="6.5.0" />
paket add EntityFramework --version 6.5.0
#r "nuget: EntityFramework, 6.5.0"
// Install EntityFramework as a Cake Addin #addin nuget:?package=EntityFramework&version=6.5.0 // Install EntityFramework as a Cake Tool #tool nuget:?package=EntityFramework&version=6.5.0
Entity Framework 6
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization. It eliminates the need for most of the data-access code that developers usually need to write.
Status and Support
The latest version of EF6 is still supported by Microsoft--see Entity Framework Support Policies for details. However, EF6 is no longer being actively developed. This means that:
- Security issues will be fixed, as for any supported product.
- High-impact bugs, typically those impacting a very large number of users, may be fixed.
- Other bugs will not be fixed.
- New features will not be implemented
This plan focuses on stability of the codebase and compatibility of new versions above all else, excepting security. In general, the EF6 codebase is reliable and has been stable for several years with few significant bugs. However, due to the complexity and number of usage scenarios, and also the sheer number of applications that use EF6, any change has the potential to regress existing behaviors. This is why we will be making only security fixes. Also, we will not be accepting pull requests made by the community, again to ensure stability of the codebase.
Entity Framework Core
Entity Framework Core (EF Core) is a lightweight and extensible version of Entity Framework and continues to be actively developed on the EFCore GitHub repo. EF Core is developed exclusively for modern .NET and does not run on .NET Framework. EF Core includes many improvements and new features over EF6. EF Core has a different architecture to EF6 and takes a very different approach to its internals--for example, EF Core does not support a visual designer or EDMX files. However, most EF6 projects can be ported to EF Core with some amount of work--see Port from EF6 to EF Core for a guide.
Getting help
See the EF6 docs for installation, documentation, tutorials, samples, etc. This documentation is no longer being updated, but still contains useful and usable content.
The EF team is focusing efforts on EF Core, and hence team members are unlikely to respond to issues filed on this repo. We recommend asking questions on Stack Overflow.
You may instead choose to contact a Microsoft Support professional for support. Please note that this may incur a fee.
EF6 Tools for Visual Studio
The code for the EF6 Tools for VS (including the visual designer) can be found in the EF6Tools repo.
EF6 PowerTools
The EF6 PowerTools is a community-driven project with its own GitHub repo.
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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. 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 | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.1
- Microsoft.CSharp (>= 4.7.0)
- System.CodeDom (>= 6.0.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 6.0.1)
- System.Data.SqlClient (>= 4.8.6)
NuGet packages (2.7K)
Showing the top 5 NuGet packages that depend on EntityFramework:
Package | Downloads |
---|---|
Microsoft.AspNet.Identity.EntityFramework
ASP.NET Identity providers that use Entity Framework. |
|
LinqKit
LinqKit.EntityFramework contains extensions for LINQ to SQL and Entity Framework. Include(...) and IAsync are supported. |
|
System.Data.SQLite.EF6
Support for Entity Framework 6 using System.Data.SQLite. |
|
Microsoft.AspNet.Providers.Core
ASP.NET Universal Providers add provider support in ASP.NET 4 for all editions of SQL Server 2005 and later and to SQL Azure. If you use these providers to develop your application, the application will be ready for cloud environments like Azure. Other than supporting additional storage options, the providers work like the existing SQL-based providers, so that you can easily switch an application to use cloud storage via SQL Azure. |
|
Z.EntityFramework.Extensions
Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more. Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and more! Example: https://dotnetfiddle.net/awlJdf Benchmark: https://dotnetfiddle.net/35mQ0W Include free and prime features. |
GitHub repositories (370)
Showing the top 5 popular GitHub repositories that depend on EntityFramework:
Repository | Stars |
---|---|
DapperLib/Dapper
Dapper - a simple object mapper for .Net
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
|
|
MassTransit/MassTransit
Distributed Application Framework for .NET
|
Version | Downloads | Last updated | |
---|---|---|---|
6.5.1 | 1,643,357 | 6/17/2024 | |
6.5.0 | 529,139 | 6/14/2024 | |
6.5.0-preview2-24180-01 | 22,363 | 4/18/2024 | |
6.4.4 | 67,480,627 | 5/12/2020 | |
6.4.0 | 15,511,321 | 12/3/2019 | |
6.4.0-preview3-19553-01 | 101,930 | 11/13/2019 | |
6.4.0-preview2-19525-03 | 13,452 | 11/1/2019 | |
6.4.0-preview1-19506-01 | 28,331 | 10/15/2019 | |
6.3.0 | 23,800,446 | 9/23/2019 | |
6.3.0-rc1-19458-04 | 8,844 | 9/16/2019 | |
6.3.0-preview9-19423-04 | 14,480 | 9/4/2019 | |
6.3.0-preview8-19405-04 | 48,596 | 8/13/2019 | |
6.3.0-preview7-19363-02 | 89,796 | 7/23/2019 | |
6.3.0-preview6-19304-03 | 55,891 | 6/12/2019 | |
6.3.0-preview5-19254-05 | 44,603 | 5/7/2019 | |
6.2.0 | 53,801,713 | 10/26/2017 | |
6.2.0-beta1 | 267,047 | 5/19/2017 | |
6.1.3 | 63,219,877 | 3/10/2015 | |
6.1.3-beta1 | 358,999 | 2/11/2015 | |
6.1.2 | 4,269,366 | 12/22/2014 | |
6.1.2-beta2 | 84,757 | 11/14/2014 | |
6.1.2-beta1 | 174,380 | 9/18/2014 | |
6.1.1 | 8,447,859 | 6/20/2014 | |
6.1.1-beta1 | 82,029 | 5/20/2014 | |
6.1.0 | 11,486,598 | 3/17/2014 | |
6.1.0-beta1 | 105,105 | 2/11/2014 | |
6.1.0-alpha1 | 98,081 | 12/20/2013 | |
6.0.2 | 3,917,089 | 12/13/2013 | |
6.0.2-beta1 | 78,344 | 11/27/2013 | |
6.0.1 | 2,188,591 | 10/17/2013 | |
6.0.0 | 14,752,235 | 10/17/2013 | |
6.0.0-rc1 | 134,885 | 8/21/2013 | |
6.0.0-beta1 | 153,808 | 5/28/2013 | |
6.0.0-alpha3 | 83,436 | 2/25/2013 | |
6.0.0-alpha2 | 77,446 | 12/10/2012 | |
6.0.0-alpha1 | 65,927 | 10/25/2012 | |
5.0.0 | 16,059,420 | 8/11/2012 | |
5.0.0-rc | 220,384 | 5/15/2012 | |
5.0.0-beta2 | 40,847 | 3/22/2012 | |
5.0.0-beta1 | 79,345 | 2/29/2012 | |
4.3.1 | 991,319 | 2/29/2012 | |
4.3.0 | 186,371 | 2/9/2012 | |
4.3.0-beta1 | 25,978 | 1/13/2012 | |
4.2.0 | 568,430 | 11/1/2011 | |
4.1.10715 | 959,443 | 7/25/2011 | |
4.1.10331 | 1,357,465 | 4/12/2011 |