Skip to content
BisocM edited this page Oct 15, 2024 · 9 revisions

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.

Clone this wiki locally