joaosouzaaa / UnitOfWorkPattern

Unit of Work Pattern in .NET

Home Page:https://www.linkedin.com/posts/joaosouzza_unit-of-work-pattern-net-activity-7169358476413005824-NGOl?utm_source=share&utm_medium=member_desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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