EventDriven.CQRS.Abstractions
2.0.0-beta3
See the version list below for details.
dotnet add package EventDriven.CQRS.Abstractions --version 2.0.0-beta3
NuGet\Install-Package EventDriven.CQRS.Abstractions -Version 2.0.0-beta3
<PackageReference Include="EventDriven.CQRS.Abstractions" Version="2.0.0-beta3" />
paket add EventDriven.CQRS.Abstractions --version 2.0.0-beta3
#r "nuget: EventDriven.CQRS.Abstractions, 2.0.0-beta3"
// Install EventDriven.CQRS.Abstractions as a Cake Addin #addin nuget:?package=EventDriven.CQRS.Abstractions&version=2.0.0-beta3&prerelease // Install EventDriven.CQRS.Abstractions as a Cake Tool #tool nuget:?package=EventDriven.CQRS.Abstractions&version=2.0.0-beta3&prerelease
EventDriven.CQRS.Abstractions
Abstractions for implementing Command Query Responsibility Segregation in .NET.
Prerequisites
- .NET Core SDK (6.0 or greater)
Packages
Introduction
Command Query Responsibility Segregation (CQRS) is a software a pattern that separates read and update operations for a data store.
Note: Version 2.0 and later uses MediatR to enable a handler per command pattern with cross-cutting concerns.
The EventDriven.CQRS.Abstractions library contains interfaces and abstract base classes to support these concepts:
- Command: An object that is sent to the domain for a state change which is handled by a command handler.
- Queries: An object that is sent to the domain to retrieve data which is handled by a query handler.
Reference Architecture and Development Guide
Please refer to the EventDriven.ReferenceArchitecture repository for a reference architecture and development guide based on the principles of Domain Driven Design (DDD), Command Query Responsibility Segregation (CQRS) and Event Driven Architecture (EDA).
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 was computed. 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 was computed. 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
- EventDriven.DDD.Abstractions (>= 2.0.0-beta3)
- MediatR.Extensions.Microsoft.DependencyInjection (>= 10.0.1)
- Scrutor (>= 4.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EventDriven.CQRS.Abstractions:
Package | Downloads |
---|---|
EventDriven.CQRS.Extensions
Extension methods for implementing Command Query Responsibility Segregation in .NET. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.1.0 | 159,695 | 7/26/2022 | |
2.0.0 | 37,914 | 3/19/2022 | |
2.0.0-beta4 | 600 | 3/19/2022 | |
2.0.0-beta3 | 603 | 3/19/2022 | |
2.0.0-beta2 | 592 | 3/17/2022 | |
1.1.0 | 32,893 | 12/14/2021 | |
1.0.0-beta3 | 2,433 | 8/20/2021 |