Info
Version: | 0.5.4 |
Author(s): | Wahid Shalaly |
Last Update: | Tuesday, August 19, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/waheedsayed/ReliableUnitOfWork.SqlAzure |
NuGet Url: | https://www.nuget.org/packages/ReliableUnitOfWork.SqlAzure |
Install
Install-Package ReliableUnitOfWork.SqlAzure
dotnet add package ReliableUnitOfWork.SqlAzure
paket add ReliableUnitOfWork.SqlAzure
ReliableUnitOfWork.SqlAzure Download (Unzip the "nupkg" after downloading)
Dependencies
- Autofac(3.5.0)
- EntityFramework(6.1.0)
- Serilog(1.3.0)
Tags
This implementation provide a way to share a UnitOfWork, and hence DbContext, between different parts of the application, not only repositories.