Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.