Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.2.0 |
Author(s): | Casey Crookston |
Last Update: | Thursday, September 9, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ccrookston/Dapper.SimpleRepository |
NuGet Url: | https://www.nuget.org/packages/Dapper.SimpleRepository |
Install
Install-Package Dapper.SimpleRepository
dotnet add package Dapper.SimpleRepository
paket add Dapper.SimpleRepository
Dapper.SimpleRepository Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.78)
- Microsoft.Data.SqlClient(>= 2.1.1)
Tags
Execute full queries and stored procedures. Easily add filters and parametrs.
Supports Async and non-Async in Framework, Standard and Core.