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.Service |
Install
Install-Package UnitOfWork.Service
dotnet add package UnitOfWork.Service
paket add UnitOfWork.Service
UnitOfWork.Service Download (Unzip the "nupkg" after downloading)
Dependencies
- UnitOfWork.Interface(>= 1.1.28)
- Dapper(>= 2.0.78)
- Microsoft.EntityFrameworkCore(>= 5.0.2)
- Microsoft.EntityFrameworkCore.SqlServer(>= 5.0.1)
- Microsoft.Extensions.DependencyInjection(>= 5.0.1)
- Newtonsoft.Json(>= 12.0.3)
- Scrutor(>= 3.3.0)
- SqlKata(>= 2.2.0)
- System.Data.SqlClient(>= 4.8.2)