Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 727 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 727 Bytes

Understanding CQRS Pattern using .NET 5

Command and Query Responsibility Segregation with C# 9 & MediatR


Having a grasp of common architectural patterns is essential to designing software architecture at scale. Using them not only saves time but also ensures a reliable implementation of your design. There’s no need to reinvent the wheel when there’s an architectural pattern available that applies to an architecture you’re developing.

The following blog is a brief overview of the CQRS architectural pattern.

Read the related blog - https://nishanc.medium.com/understanding-cqrs-pattern-using-net-core-mediatr