EntityFramework.CodeFirst 1.0.7

dotnet add package EntityFramework.CodeFirst --version 1.0.7
NuGet\Install-Package EntityFramework.CodeFirst -Version 1.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<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
#r "nuget: EntityFramework.CodeFirst, 1.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EntityFramework.CodeFirst as a Cake Addin
#addin nuget:?package=EntityFramework.CodeFirst&version=1.0.7

// Install EntityFramework.CodeFirst as a Cake Tool
#tool nuget:?package=EntityFramework.CodeFirst&version=1.0.7

Entity Framework Code first get started project structure such as:
- ApplicationDbContext
- ApplicationDbInitializer
- BaseEntity

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.7 18,919 3/25/2016

I recommended install latest 1.0.7 vers, this vers fixed all bugs and implementation good codefirst practice.