Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.0.0-CI-20190214-110506 |
Author(s): | Mostafa Esmaeili |
Last Update: | Thursday, February 14, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MostafaEsmaeili/EesyDapper |
NuGet Url: | https://www.nuget.org/packages/EasyDapper.Core |
Install
Install-Package EasyDapper.Core
dotnet add package EasyDapper.Core
paket add EasyDapper.Core
EasyDapper.Core Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.5.0)
- System.ComponentModel.Annotations(>= 4.5.0)
Tags
Supports implementation of SQL statement builders that are made available within an implementation of the Repository pattern.