EntityFramework 6.1.0
See the version list below for details.
Install-Package EntityFramework -Version 6.1.0
dotnet add package EntityFramework --version 6.1.0
<PackageReference Include="EntityFramework" Version="6.1.0" />
paket add EntityFramework --version 6.1.0
#r "nuget: EntityFramework, 6.1.0"
// Install EntityFramework as a Cake Addin
#addin nuget:?package=EntityFramework&version=6.1.0
// Install EntityFramework as a Cake Tool
#tool nuget:?package=EntityFramework&version=6.1.0
Entity Framework is Microsoft's recommended data access technology for new applications.
| Product | Versions |
|---|---|
| .NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages (34)
Showing the top 5 NuGet packages that depend on EntityFramework:
| Package | Downloads |
|---|---|
|
Microsoft.AspNet.Membership.OpenAuth
A series of helpers to enable using DotNetOpenAuth in an ASP.NET application that utilizes the Membership system for user management. |
|
|
DelegateDecompiler.EntityFramework
A tool which is able to decompile a delegate or a method body to its lambda representation |
|
|
EntityFramework.SqlServerCompact
Allows SQL Server Compact 4.0 to be used with Entity Framework. |
|
|
Microsoft.AspNet.Identity.EntityFramework
ASP.NET Identity providers that use Entity Framework. |
|
|
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. |