EntityFramework 6.4.4
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
Install-Package EntityFramework -Version 6.4.4
dotnet add package EntityFramework --version 6.4.4
<PackageReference Include="EntityFramework" Version="6.4.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EntityFramework --version 6.4.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EntityFramework, 6.4.4"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install EntityFramework as a Cake Addin
#addin nuget:?package=EntityFramework&version=6.4.4
// Install EntityFramework as a Cake Tool
#tool nuget:?package=EntityFramework&version=6.4.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.1
- 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)
Used By
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.
|