/Daarto

Dapper implementation of ASP.NET Core Identity stores.

Primary LanguageC#

Daarto

The main purpose of this repository is to demonstrate a custom implementation of ASP.NET Core Identity stores by using SQL Server and Dapper, in case you do not want to use the default implementation provided by Entity Framework. The sample application uses ASP.NET Core 3.1 and is built by using Visual Studio 2019 Community Edition and SQL Local DB.

Getting Started

The solution contains a project which implements the core interfaces of ASP.NET Core Identity framework by using plain T-SQL. You can use the project as a base for your own implementation but you can also include it in your project as a nuget package.

Please refer to the wiki section if you want to learn more how to use the package and the capabilities it offers.