EventDriven.DDD.Abstractions 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package EventDriven.DDD.Abstractions --version 1.1.0
NuGet\Install-Package EventDriven.DDD.Abstractions -Version 1.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.DDD.Abstractions" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EventDriven.DDD.Abstractions --version 1.1.0
#r "nuget: EventDriven.DDD.Abstractions, 1.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.DDD.Abstractions as a Cake Addin
#addin nuget:?package=EventDriven.DDD.Abstractions&version=1.1.0

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

EventDriven.DDD.Abstractions

Abstractions for implementing Domain Driven Design in .NET.

Prerequisites

Packages

Note: This package replaces the now deprecated EventDriven.CQRS.Abstractions package. The packages have nearly identical API's, but the DDD moniker more accurately describes the intent of the library to support a Domain Driven Design approach to .NET software development.

Introduction

Domain Driven Design (DDD) is a software design approach focusing on modelling software to match a domain according to input from domain experts.

The EventDriven.DDD.Abstractions library contains interfaces and abstract base classes to support these concepts:

  • Entity: A type that has an identity with behavior and state that can change over time.
  • Command: An object that is sent to the domain for a state change which is handled by a command handler.
  • Event: A statement of fact about what change has been made to the domain state.

Reference Architecture and Development Guide

Please refer to the EventDriven.CQRS repository for a reference architecture and development guide based on Domain Driven Design principles and the EventDriven.DDD.Abstractions package.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on EventDriven.DDD.Abstractions:

Package Downloads
EventDriven.CQRS.Abstractions

Abstractions for implementing Command Query Responsibility Segregation in .NET.

EventDriven.Sagas.Abstractions

A set of abstractions for implementing the Saga pattern.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 156,806 3/19/2022
2.0.0-beta3 512 3/18/2022
2.0.0-beta2 357 3/17/2022
2.0.0-beta1 149 3/12/2022
1.1.0 528 2/26/2022
1.1.0-beta3 155 2/26/2022
1.1.0-beta2 2,101 1/31/2022
1.1.0-beta1 175 1/16/2022
1.0.0 255 1/1/2022