EntityFramework.CodeFirst
1.0.7
Entity Framework Code first get started project structure such as:
- ApplicationDbContext
- ApplicationDbInitializer
- BaseEntity
Install-Package EntityFramework.CodeFirst -Version 1.0.7
dotnet add package EntityFramework.CodeFirst --version 1.0.7
<PackageReference Include="EntityFramework.CodeFirst" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EntityFramework.CodeFirst --version 1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
I recommended install latest 1.0.7 vers, this vers fixed all bugs and implementation good codefirst practice.
Dependencies
-
- EntityFramework (>= 6.1.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.7 | 10,859 | 3/25/2016 |