https://github.com/joaosouzaaa/layeredarchitecture
Layered Architecture in .NET
https://github.com/joaosouzaaa/layeredarchitecture
architecture layered-architecture solid
Last synced: 5 months ago
JSON representation
Layered Architecture in .NET
- Host: GitHub
- URL: https://github.com/joaosouzaaa/layeredarchitecture
- Owner: joaosouzaaa
- Created: 2024-02-08T21:58:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-05T11:36:23.000Z (over 1 year ago)
- Last Synced: 2024-11-28T20:12:59.547Z (7 months ago)
- Topics: architecture, layered-architecture, solid
- Language: C#
- Homepage: https://www.linkedin.com/posts/joaosouzza_dotnet-csharp-activity-7170747447160233984-0abb?utm_source=share&utm_medium=member_desktop
- Size: 104 KB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LayeredArchitecture
The goal of this project is to show the implementation of a clean layered architecture, following SOLID principles.
# Technologies used
- .NET 8
- C#
- EntityFrameworkCore
- SQLServer
- xUnit
- Moq
- Docker