Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.0.0 |
Author(s): | Michael Perrenoud |
Last Update: | Monday, May 26, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mperrenoud/DapperPoco |
NuGet Url: | https://www.nuget.org/packages/DapperPoco |
Install
Install-Package DapperPoco
dotnet add package DapperPoco
paket add DapperPoco
DapperPoco Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(1.25)
Tags
With DapperPoco you just create your POCO objects, decorate them, and use them; no writing SQL statements unless absolutely necessary.