Skip to content
#

cqrs-architectural-pattern

Here are 32 public repositories matching this topic...

This project is a sample implementation of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), and Clean Architecture using .NET. It demonstrates a modern approach to building scalable and maintainable applications.

  • Updated Sep 17, 2024
  • C#

The Shopping Web Services is designed using DDD (Domain-Driven Design) with services like Basket, Catalog, Discount, and Ordering. The system follows Clean Architecture for maintainability and incorporates CQRS (Command Query Responsibility Segregation) for handling different data manipulation and retrieval operations efficiently.

  • Updated Dec 10, 2024
  • C#

A .NET 6 project implementing the CQRS pattern would typically involve a separation of concerns by separating write and read operations, allowing for better scalability and performance. It would also use asynchronous programming and adhere to SOLID principles.

  • Updated May 3, 2023
  • C#

Improve this page

Add a description, image, and links to the cqrs-architectural-pattern topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cqrs-architectural-pattern topic, visit your repo's landing page and select "manage topics."

Learn more