UnitOfWork is a Dot Net Standard to implemented for unit of work patterns, Query Handler Patter, repository and direct MS SQL queries using dapper.
Info
Version: | 1.1.6 |
Author(s): | Hemant Kumar |
Last Update: | Wednesday, January 20, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/HKumar.UnitOfWork |
Install
Install-Package HKumar.UnitOfWork
dotnet add package HKumar.UnitOfWork
paket add HKumar.UnitOfWork
HKumar.UnitOfWork Download (Unzip the "nupkg" after downloading)
Dependencies
- 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)