-
Notifications
You must be signed in to change notification settings - Fork 0
Home
BisocM edited this page Oct 15, 2024
·
9 revisions
Welcome to the CQRSharp documentation. This guide provides comprehensive information on using the CQRSharp CQRS framework in .NET applications.
CQRSharp is a lightweight, attribute-driven Command Query Responsibility Segregation (CQRS) framework for .NET applications. It simplifies command and query handling by allowing developers to inject cross-cutting concerns using attributes and pipeline behaviors, promoting clean and maintainable code.
Refer to the rest of the wiki for more assistance with using the project.