Home - BisocM/CQRSharp GitHub Wiki

CQRSharp Wiki Documentation

Welcome to the CQRSharp documentation. This guide provides comprehensive information on using the CQRSharp CQRS framework in .NET applications.


Introduction

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.