BigO.Cqrs
9.0.1
dotnet add package BigO.Cqrs --version 9.0.1
NuGet\Install-Package BigO.Cqrs -Version 9.0.1
<PackageReference Include="BigO.Cqrs" Version="9.0.1" />
<PackageVersion Include="BigO.Cqrs" Version="9.0.1" />
<PackageReference Include="BigO.Cqrs" />
paket add BigO.Cqrs --version 9.0.1
#r "nuget: BigO.Cqrs, 9.0.1"
#:package BigO.Cqrs@9.0.1
#addin nuget:?package=BigO.Cqrs&version=9.0.1
#tool nuget:?package=BigO.Cqrs&version=9.0.1
BigO.Cqrs
BigO.Cqrs provides a comprehensive framework for implementing the Command Query Responsibility Segregation (CQRS) pattern in .NET applications. This package simplifies the separation of read and write operations, enhancing the scalability and maintainability of your projects.
Features
- Commands and Queries: Define and handle commands and queries with ease.
- Handlers: Implement command and query handlers following a clear and structured approach.
- Buses\Mediators: Use pub/sub utilities to dispatch commands and queries, promoting decoupling.
- Pipeline Behaviors: Add custom behaviors to the processing pipeline.
Notes
Handlers should be idempotent where possible; transactions are not a substitute.
Prefer database transactions for single-DB work; use TransactionScope only for multi-resource orchestration.
Keep transaction scope small (handler only), and avoid long I/O inside a transaction.
Log failures at Error, start/stop at Debug to avoid log volume.
Always pass CancellationToken through.
Installation
Install via NuGet Package Manager Console:
Install-Package BigO.Cqrs
Or via .NET CLI:
dotnet add package BigO.Cqrs
License
This project is licensed under the MIT License. See the LICENSE file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- BigO.DependencyInjection (>= 9.0.1)
- BigO.Extensions (>= 9.0.0)
- Microsoft.Extensions.Logging (>= 9.0.9)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on BigO.Cqrs:
Package | Downloads |
---|---|
BigO.Cqrs.Logging
Extensions to the BigO.Cqrs project to add logging capability to command and query handlers. |
|
BigO.Cqrs.Security
The package contains useful decorators for setting up security when using CQRS. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
9.0.1 | 0 | 9/29/2025 |
9.0.0 | 128 | 9/24/2025 |
2.4.0 | 180 | 7/19/2024 |
2.3.1 | 138 | 7/7/2024 |
2.2.0 | 159 | 6/13/2024 |
2.1.0 | 166 | 4/6/2024 |
2.0.1.3 | 153 | 4/4/2024 |
2.0.1.2 | 139 | 4/4/2024 |
2.0.1.1 | 157 | 4/4/2024 |
2.0.1 | 157 | 4/4/2024 |
2.0.0 | 293 | 11/29/2023 |
1.1.8.6 | 234 | 7/26/2023 |
1.1.8.5 | 213 | 7/25/2023 |
1.1.8 | 226 | 7/25/2023 |
1.1.7 | 216 | 7/25/2023 |
1.1.6 | 218 | 7/25/2023 |
1.1.5 | 312 | 3/30/2023 |
1.1.0 | 339 | 1/6/2023 |