Skip to content

amirdoosti6060/CQRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.