Base classes to implement Repository pattern using Dapper as ORM.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.0.0.3 |
Author(s): | Diego Garcia |
Last Update: | Thursday, May 18, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ElNinjaGaiden/Dapper.DataRepositories |
NuGet Url: | https://www.nuget.org/packages/Dapper.DataRepositories |
Install
Install-Package Dapper.DataRepositories
dotnet add package Dapper.DataRepositories
paket add Dapper.DataRepositories
Dapper.DataRepositories Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 1.13.0)
- Dapper-Async(>= 1.3.0)
- MicroOrm.Pocos.SqlGenerator(>= 1.0.0.5)
Tags