EventDriven.CQRS.Abstractions 2.1.0

.NET 6.0
dotnet add package EventDriven.CQRS.Abstractions --version 2.1.0
NuGet\Install-Package EventDriven.CQRS.Abstractions -Version 2.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EventDriven.CQRS.Abstractions" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EventDriven.CQRS.Abstractions --version 2.1.0
#r "nuget: EventDriven.CQRS.Abstractions, 2.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EventDriven.CQRS.Abstractions as a Cake Addin
#addin nuget:?package=EventDriven.CQRS.Abstractions&version=2.1.0

// Install EventDriven.CQRS.Abstractions as a Cake Tool
#tool nuget:?package=EventDriven.CQRS.Abstractions&version=2.1.0

EventDriven.CQRS.Abstractions

Abstractions for implementing Command Query Responsibility Segregation in .NET.

Prerequisites

Packages

Introduction

Command Query Responsibility Segregation (CQRS) is a software a pattern that separates read and update operations for a data store.

Note: EventDriven.CQRS.Abstractions version 2.0 or later uses MediatR to enable a handler per command pattern with behaviors for 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
.NET net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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 34,428 7/26/2022
2.0.0 35,035 3/19/2022
2.0.0-beta4 84 3/19/2022
2.0.0-beta3 75 3/19/2022
2.0.0-beta2 77 3/17/2022
1.1.0 31,237 12/14/2021
1.0.0-beta3 1,928 8/20/2021