An open API service indexing awesome lists of open source software.

https://github.com/joaosouzaaa/unitofworkpattern

Unit of Work Pattern in .NET
https://github.com/joaosouzaaa/unitofworkpattern

design-patterns unit-of-work-pattern

Last synced: 3 months ago
JSON representation

Unit of Work Pattern in .NET

Awesome Lists containing this project

README

        

# UnitOfWorkPattern

The goal of this project is to show the implementation of a common used pattern in .NET called unit of work using ActionFilterAttribute and DatabaseFacade classes to manage transactions lifetime.

# Technologies used
- .NET 8
- C#
- EntityFrameworkCore
- SQL Server
- xUnit
- Moq
- Docker