cb.AspNet.Identity.EntityFramework.T4 1.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package cb.AspNet.Identity.EntityFramework.T4 --version 1.0.5
NuGet\Install-Package cb.AspNet.Identity.EntityFramework.T4 -Version 1.0.5
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="cb.AspNet.Identity.EntityFramework.T4" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add cb.AspNet.Identity.EntityFramework.T4 --version 1.0.5
#r "nuget: cb.AspNet.Identity.EntityFramework.T4, 1.0.5"
#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 cb.AspNet.Identity.EntityFramework.T4 as a Cake Addin
#addin nuget:?package=cb.AspNet.Identity.EntityFramework.T4&version=1.0.5

// Install cb.AspNet.Identity.EntityFramework.T4 as a Cake Tool
#tool nuget:?package=cb.AspNet.Identity.EntityFramework.T4&version=1.0.5

With the new release of MVC 5, Microsoft add AspNet.Identity Framwrork, but the AspNet.Identity.EntityFramework only support Code First Pattern, while for Databas/Model First Pattern, it is hard to code all the class by hand. so we add the AspNet.Identity.EntityFramework.tt to support this pattern. You can create you database first and then use this T4 template to automaticly generate the AspNet.Identity compatible classes.

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.8 4,935 4/15/2014
1.0.7 1,370 4/3/2014
1.0.6 1,238 3/20/2014
1.0.5 1,228 2/8/2014
1.0.4 1,161 2/8/2014
1.0.3 1,174 1/16/2014
1.0.2 1,121 1/16/2014
1.0.1 1,155 1/14/2014
1.0.0 1,140 1/14/2014

add missing partial in mapping class