Calabonga.UnitOfWork 4.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Calabonga.UnitOfWork --version 4.0.0
                    
NuGet\Install-Package Calabonga.UnitOfWork -Version 4.0.0
                    
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.UnitOfWork" Version="4.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Calabonga.UnitOfWork" Version="4.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Calabonga.UnitOfWork" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Calabonga.UnitOfWork --version 4.0.0
                    
#r "nuget: Calabonga.UnitOfWork, 4.0.0"
                    
#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.
#:package Calabonga.UnitOfWork@4.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Calabonga.UnitOfWork&version=4.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Calabonga.UnitOfWork&version=4.0.0
                    
Install as a Cake Tool

UnitOfWork

Реализация паттерна "Unit Of Work" для платформы ASP.NET Core.

Версии

4.0.0 от 2024-02-25

  • Обновлена версия сборки до .NET8.
  • IPagedList<T> вынесен в свой собственный nuget-пакет Calabogna.PagedListCore.
  • Обновлена документация https://calabonga.github.io/UnitOfWork/

3.1.0 от 2023-03-25

  • Обновлены nuget-пакеты EntityFramework
  • Добавлены дополнительные параметры в методы IRepository<T> для управления AutoIncludes.
  • Обновлена документация https://calabonga.github.io/UnitOfWork/

2022-02-08

  • Сборка переведена на NET6.0. В проект был обновлен (Nullable = true)
  • Обновлены методы на предмет обработки Nullable типов
  • Удалена сборка AutoHistory по причине отсутствия поддержки ее NET6.0.

Ссылки

Комментарии, пожелания, замечания

Пишите комментарии к видео на сайте www.calabonga.net

Автор

Сергей Калабонга (Calabonga)

Author

Блог по программированию

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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.UnitOfWork:

Package Downloads
Calabonga.UnitOfWork.Controllers

Unit of Work implementation over ASP.NET Core Controllers

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Calabonga.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
10.0.1 115 5/13/2026
10.0.1-beta.2 58 5/8/2026
10.0.0 1,280 1/27/2026
10.0.0-beta.1 374 11/21/2025
6.2.0 515 11/21/2025
6.2.0-beta.1 136 11/2/2025
6.1.0 414 10/13/2025
6.1.0-beta.1 163 10/10/2025
6.0.0 1,371 3/5/2025
6.0.0-beta.2 148 12/3/2024
6.0.0-beta.1 116 12/3/2024
5.0.0 453 11/25/2024
5.0.0-beta.2 131 11/23/2024
5.0.0-beta.1 138 11/3/2024
4.0.0 1,240 2/25/2024
4.0.0-beta.3 244 1/8/2024
4.0.0-beta.2 143 1/5/2024
4.0.0-beta.1 164 12/29/2023
3.1.0 2,537 3/25/2023
3.0.1 950 12/25/2022
Loading failed

NET8 migration. Pagination moved to its own nuget.