Info
Version: | 1.2.4 |
Author(s): | Rayab |
Last Update: | Friday, February 12, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Rayab.ApplicationDbContext |
Install
Install-Package Rayab.ApplicationDbContext
dotnet add package Rayab.ApplicationDbContext
paket add Rayab.ApplicationDbContext
Rayab.ApplicationDbContext Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Identity(>= 2.2.0)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore(>= 3.1.7)
- Microsoft.EntityFrameworkCore(>= 3.1.7)
- Microsoft.EntityFrameworkCore.SqlServer(>= 3.1.7)
- Rayab.Identity(>= 1.2.4)
It's funny and it's very easy to use.
In this "ApplicationDbContext" the name of the Identity tables is modified, for example, you have the name of the "Users" table instead of "AspNetCoreIdentityUser".
In this library, we have eliminated all relationships and table names, and you just need to extend your class to our library.
To create this ApplicationDbContext we used Rayab.Identity tables.
that library imported to project from GitHub.
Read the document for more information.