ScopedUnitOfWork is a lightweight .NET Standard implementation of Unit of Work and Repository patterns, extended with scoped functionality to improve read performance and in-built with transactions management; in respect to underlying Entity Framework Core ORM.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 0.6.0 |
Author(s): | Denis Biondic |
Last Update: | Monday, November 4, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DenisBiondic/ScopedUnitOfWork |
NuGet Url: | https://www.nuget.org/packages/ScopedUnitOfWork.Interfaces |
Install
Install-Package ScopedUnitOfWork.Interfaces
dotnet add package ScopedUnitOfWork.Interfaces
paket add ScopedUnitOfWork.Interfaces
ScopedUnitOfWork.Interfaces Download (Unzip the "nupkg" after downloading)
Dependencies
Tags