Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.6.4 |
Author(s): | Thad Smith, Page Brooks |
Last Update: | Tuesday, July 9, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bhukivskyi/Dapper-Extensions |
NuGet Url: | https://www.nuget.org/packages/k1vs.DapperExtensions |
Install
Install-Package k1vs.DapperExtensions
dotnet add package k1vs.DapperExtensions
paket add k1vs.DapperExtensions
k1vs.DapperExtensions Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 1.12.0)
Tags
A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.