Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amirdoosti6060/cqrs
CQRS design pattern sample project.
https://github.com/amirdoosti6060/cqrs
cqrs csharp disign-pattern dotnet microservices
Last synced: about 2 months ago
JSON representation
CQRS design pattern sample project.
- Host: GitHub
- URL: https://github.com/amirdoosti6060/cqrs
- Owner: amirdoosti6060
- Created: 2023-10-28T10:54:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-28T11:42:11.000Z (about 1 year ago)
- Last Synced: 2023-10-28T12:25:00.211Z (about 1 year ago)
- Topics: cqrs, csharp, disign-pattern, dotnet, microservices
- Language: C#
- Homepage: https://www.linkedin.com/pulse/cqrs-design-pattern-amir-doosti-ooqjf/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CQRS
## Introduction
This project provide a sample that shows how to implement a **CQRS Design Pattern** in .Net 6.
I also wrote an article in the following address that completely explains **CQRS Design Pattern**:
https://www.linkedin.com/pulse/cqrs-design-pattern-amir-doosti-ooqjf## Structure of soution
The solution contains one Console App project which is written in Visual Studio. It simulate generating and sending command and queries separately and it shows how a materialized view can use in such scenarios.## Technology stack
- OS: Windows 10 Enterprise - 64 bits
- IDE: Visual Studio Enterprise 2022 (64 bits) - version 17.2.5
- Framework: .Net 6
- Language: C### How to run
Open the solution in Visual Studio and run it using F5. You will see the output in a console.