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 | 
Install
Install-Package ScopedUnitOfWork
                        dotnet add package ScopedUnitOfWork
                        paket add ScopedUnitOfWork
                        
                                ScopedUnitOfWork Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- ScopedUnitOfWork.Interfaces(>= 0.6.0)
- CommonServiceLocator(>= 2.0.4)
- Microsoft.EntityFrameworkCore(>= 3.0.0)
Tags
