Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.1.85 |
Author(s): | Behzad Khosravifar |
Last Update: | Saturday, October 21, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://xomorod.com/ |
NuGet Url: | https://www.nuget.org/packages/AdoManager |
Install
Install-Package AdoManager
dotnet add package AdoManager
paket add AdoManager
AdoManager Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 1.50.0)
Tags
Read connection strings from setting file as normal or encrypted mode, automatically.
Share connections in environs of all projects as static.
You can use Dapper ORM in DataAccessObject.
for more informations: https://github.com/Behzadkhosravifar/AdoManager.