DapperContext is a DbContext-like implementation for Dapper, supporting the Unit Of Work pattern and simplifying usage with repository classes and IOC containers.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 0.1.2-alpha |
Author(s): | Wesley Cabus |
Last Update: | Thursday, January 2, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://wcabus.github.io/DapperContext |
NuGet Url: | https://www.nuget.org/packages/DapperContext |
Install
Install-Package DapperContext
dotnet add package DapperContext
paket add DapperContext
DapperContext Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(1.13)
Tags