Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 6.5.1 |
Author(s): | Microsoft |
Last Update: | Monday, June 17, 2024 |
.NET Fiddle: | Online Example |
Project Url: | http://go.microsoft.com/fwlink/?LinkID=263480 |
NuGet Url: | https://www.nuget.org/packages/EntityFramework |
Install
Install-Package EntityFramework
dotnet add package EntityFramework
paket add EntityFramework
EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
No dependencies.
- Microsoft.CSharp(>= 4.7.0)
- System.CodeDom(>= 4.7.0)
- System.ComponentModel.Annotations(>= 4.7.0)
- System.Configuration.ConfigurationManager(>= 4.7.0)
- System.Data.SqlClient(>= 4.8.1)
Tags