A plugin for Microsoft.EntityFrameworkCore to support repository, unit of work patterns, and multiple database with distributed transaction supported.
Info
Version: | 3.2.2 |
Author(s): | [email protected] |
Last Update: | Saturday, February 20, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitee.com/kingboy/apps.components.git |
NuGet Url: | https://www.nuget.org/packages/Apps.Component.UnitOfWork |
Install
Install-Package Apps.Component.UnitOfWork
dotnet add package Apps.Component.UnitOfWork
paket add Apps.Component.UnitOfWork
Apps.Component.UnitOfWork Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.EntityFrameworkCore(>= 3.1.9)
- Microsoft.EntityFrameworkCore.AutoHistory(>= 3.1.3)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.9)
Tags