https://github.com/joaosouzaaa/cqrspattern
https://github.com/joaosouzaaa/cqrspattern
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joaosouzaaa/cqrspattern
- Owner: joaosouzaaa
- Created: 2024-04-11T22:55:15.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-14T00:42:59.000Z (about 1 year ago)
- Last Synced: 2024-04-14T08:56:52.853Z (about 1 year ago)
- Language: C#
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CQRSPattern
The goal of this project is to show the implementation of CQRS pattern in a vertical slice architecture.
# Technologies used
- .NET 8
- C#
- EntityFrameworkCore
- Dapper
- MediatR
- xUnit
- Moq
- SQL Server