Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
| Version: | 4.0.0 |
| Author(s): | Andrew Miller, Mark Johnson |
| Last Update: | Sunday, June 30, 2024 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Tazmainiandevil/Dapper.Abstractions |
| NuGet Url: | https://www.nuget.org/packages/Dapper.Abstractions |
Install
Install-Package Dapper.Abstractions
dotnet add package Dapper.Abstractions
paket add Dapper.Abstractions
Dapper.Abstractions Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.35)
- Microsoft.Data.SqlClient(>= 1.1.2)
Tags
This is based on the original code by Andrew Miller.