Identity package that uses Dapper with SQL Server instead EntityFramework for use with .NET Core.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 0.8.4-alpha |
Author(s): | grandchamp |
Last Update: | Thursday, March 21, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/grandchamp/Identity.Dapper |
NuGet Url: | https://www.nuget.org/packages/Identity.Dapper.SqlServer |
Install
Install-Package Identity.Dapper.SqlServer
dotnet add package Identity.Dapper.SqlServer
paket add Identity.Dapper.SqlServer
Identity.Dapper.SqlServer Download (Unzip the "nupkg" after downloading)
Dependencies
- Identity.Dapper(>= 0.8.3)
- Microsoft.Extensions.Configuration(>= 2.2.0)
- Microsoft.Extensions.Configuration.Json(>= 2.2.0)
- Microsoft.Extensions.Configuration.UserSecrets(>= 2.2.0)
- System.Data.SqlClient(>= 4.6.0)
Tags