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
- Host: GitHub
- URL: https://github.com/joaosouzaaa/unitofworkpattern
- Owner: joaosouzaaa
- Created: 2024-02-12T21:08:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-15T03:02:01.000Z (over 1 year ago)
- Last Synced: 2025-01-27T10:11:44.195Z (4 months ago)
- Topics: design-patterns, unit-of-work-pattern
- Language: C#
- Homepage: https://www.linkedin.com/posts/joaosouzza_unit-of-work-pattern-net-activity-7169358476413005824-NGOl?utm_source=share&utm_medium=member_desktop
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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