Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.3.0 |
Author(s): | Luis Manuel Rivas |
Last Update: | Thursday, September 21, 2017 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/WdrapperCore |
Install
Install-Package WdrapperCore
dotnet add package WdrapperCore
paket add WdrapperCore
WdrapperCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 1.50.2)
- Newtonsoft.Json(>= 10.0.3)
Tags
It will help you to standardize the calling process.
In addition, it will allow you to establish workflows to perform prevalidations, validations and post operations, transactions, serialized multiple responses among other advantages. You can inject your own workflow or a new exception manager.