Entity Framework

Entity Framework (EF) is an open source object–relational mapping (ORM) framework for ADO.NET. It was originally shipped as an integral part of .NET Framework, however starting with Entity Framework version 6.0 it has been delivered separately from the .NET Framework.

Entity Framework
Original author(s)Microsoft
Developer(s).NET Foundation
Initial releaseAugust 11, 2008 (2008-08-11)
Stable release
Entity Framework 6: v6.4.4
Entity Framework Core: v8.0.0 / Entity Framework Core: November 14, 2023 (2023-11-14)
Repositorygithub.com/dotnet/ef6
github.com/dotnet/efcore
Written inC#
Platform.NET Framework,
.NET Core
TypeObject–relational mapping
LicenseApache License 2.0
Websitedocs.microsoft.com/en-us/ef/

Entity Framework 6.4 was the latest release of the classic framework. Although Entity Framework 6 is still supported, it is no longer being developed and will only receive fixes for security issues.

A new framework known as Entity Framework Core (EF Core) was introduced in 2016 with similar but not complete feature parity. Version numbering of this framework restarted from 1.0 and the latest version of EF Core is 8.0.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.