UnitOfWork is a Dot Net Core Library to implemented for unit of work patterns, Query Handler Patter, repository and direct MS SQL queries using dapper.
Info
Version: | 1.1.28 |
Author(s): | Hemant Kumar |
Last Update: | Friday, January 15, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/UnitOfWork.Interface |
Install
Install-Package UnitOfWork.Interface
dotnet add package UnitOfWork.Interface
paket add UnitOfWork.Interface
UnitOfWork.Interface Download (Unzip the "nupkg" after downloading)
Dependencies
- UnitOfWork.Model(>= 1.1.28)
- Microsoft.EntityFrameworkCore(>= 5.0.2)