cb.AspNet.Identity.EntityFramework.T4
1.0.7
See the version list below for details.
dotnet add package cb.AspNet.Identity.EntityFramework.T4 --version 1.0.7
NuGet\Install-Package cb.AspNet.Identity.EntityFramework.T4 -Version 1.0.7
<PackageReference Include="cb.AspNet.Identity.EntityFramework.T4" Version="1.0.7" />
paket add cb.AspNet.Identity.EntityFramework.T4 --version 1.0.7
#r "nuget: cb.AspNet.Identity.EntityFramework.T4, 1.0.7"
// Install cb.AspNet.Identity.EntityFramework.T4 as a Cake Addin #addin nuget:?package=cb.AspNet.Identity.EntityFramework.T4&version=1.0.7 // Install cb.AspNet.Identity.EntityFramework.T4 as a Cake Tool #tool nuget:?package=cb.AspNet.Identity.EntityFramework.T4&version=1.0.7
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.
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.AspNet.Identity.Core (>= 1.0.0)
- Microsoft.AspNet.Identity.EntityFramework (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Update for Asp.Net.Identity.Framework 2.0 and Support custom the User, UserClaim, UserLogin, Role and UserRole class names