BigO.Cqrs
2.4.0
dotnet add package BigO.Cqrs --version 2.4.0
NuGet\Install-Package BigO.Cqrs -Version 2.4.0
<PackageReference Include="BigO.Cqrs" Version="2.4.0" />
paket add BigO.Cqrs --version 2.4.0
#r "nuget: BigO.Cqrs, 2.4.0"
// Install BigO.Cqrs as a Cake Addin #addin nuget:?package=BigO.Cqrs&version=2.4.0 // Install BigO.Cqrs as a Cake Tool #tool nuget:?package=BigO.Cqrs&version=2.4.0
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.
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 | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- BigO.Core (>= 2.4.0)
- BigO.DependencyInjection (>= 2.4.0)
- Microsoft.Extensions.Logging (>= 8.0.0)
-
net7.0
- BigO.Core (>= 2.4.0)
- BigO.DependencyInjection (>= 2.4.0)
- Microsoft.Extensions.Logging (>= 8.0.0)
-
net8.0
- BigO.Core (>= 2.4.0)
- BigO.DependencyInjection (>= 2.4.0)
- Microsoft.Extensions.Logging (>= 8.0.0)
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 |
---|---|---|
2.4.0 | 114 | 7/19/2024 |
2.3.1 | 91 | 7/7/2024 |
2.2.0 | 112 | 6/13/2024 |
2.1.0 | 123 | 4/6/2024 |
2.0.1.3 | 110 | 4/4/2024 |
2.0.1.2 | 98 | 4/4/2024 |
2.0.1.1 | 108 | 4/4/2024 |
2.0.1 | 116 | 4/4/2024 |
2.0.0 | 270 | 11/29/2023 |
1.1.8.6 | 185 | 7/26/2023 |
1.1.8.5 | 166 | 7/25/2023 |
1.1.8 | 179 | 7/25/2023 |
1.1.7 | 167 | 7/25/2023 |
1.1.6 | 168 | 7/25/2023 |
1.1.5 | 251 | 3/30/2023 |
1.1.0 | 275 | 1/6/2023 |