Calabonga.EntityFrameworkCore.UnitOfWork 2.0.2

dotnet add package Calabonga.EntityFrameworkCore.UnitOfWork --version 2.0.2
NuGet\Install-Package Calabonga.EntityFrameworkCore.UnitOfWork -Version 2.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Calabonga.EntityFrameworkCore.UnitOfWork" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Calabonga.EntityFrameworkCore.UnitOfWork --version 2.0.2
#r "nuget: Calabonga.EntityFrameworkCore.UnitOfWork, 2.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Calabonga.EntityFrameworkCore.UnitOfWork as a Cake Addin
#addin nuget:?package=Calabonga.EntityFrameworkCore.UnitOfWork&version=2.0.2

// Install Calabonga.EntityFrameworkCore.UnitOfWork as a Cake Tool
#tool nuget:?package=Calabonga.EntityFrameworkCore.UnitOfWork&version=2.0.2

Implementation of pattern "Unit Of Work" for EntityFramework Core with some helpful features like integrated UserManager and RoleManager (Microsoft Identity), paging, transactions and other things

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Calabonga.EntityFrameworkCore.UnitOfWork:

Package Downloads
Calabonga.EntityFrameworkCore.UnitOfWork.Framework

UnitOfWork for Microservices. All microservices in the system should and can use Unit of Work pattern. This package implements this pattern.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Calabonga.EntityFrameworkCore.UnitOfWork:

Repository Stars
Calabonga/Microservice-Template
Templates for microservice architecture. Nimble Microservice Framework contains two modules. The first with OpenIddict and the second without OpenIddict. Templates are built on ASP.NET Core platform with different versions Core3.1, NET6, NET7 and NET8. You can create a new project extremely fast: in Visual Studio, Rider, dotnet CLI.
Version Downloads Last updated
2.0.2 2,239 10/22/2019
2.0.0 486 10/4/2019
1.0.8 1,427 3/19/2019
1.0.7 699 10/31/2018
1.0.6 749 10/5/2018
1.0.5 728 10/5/2018
1.0.4 737 9/26/2018
1.0.3 720 9/20/2018
1.0.2 708 9/20/2018
1.0.1 737 9/15/2018
1.0.0 736 9/14/2018

ASP.NET Core 3.0 and NetStandard 2.1 added