Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.50.10 |
Author(s): | Sam Saffron, Johan Danforth |
Last Update: | Saturday, January 9, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/StackExchange/Dapper |
NuGet Url: | https://www.nuget.org/packages/NetCorePal.Dapper.Contrib |
Install
Install-Package NetCorePal.Dapper.Contrib
dotnet add package NetCorePal.Dapper.Contrib
paket add NetCorePal.Dapper.Contrib
NetCorePal.Dapper.Contrib Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- Dapper(>= 1.60.6)
- Microsoft.CSharp(>= 4.3.0)
- NETStandard.Library(>= 1.6.1)
- Dapper(>= 1.60.6)
- Microsoft.CSharp(>= 4.3.0)
- System.Reflection.Emit(>= 4.3.0)
- Dapper(>= 1.60.6)
Tags
Also handles lists of entities and optional "dirty" tracking of interface-based entities.