EventDriven.DDD.Abstractions
2.0.0
dotnet add package EventDriven.DDD.Abstractions --version 2.0.0
NuGet\Install-Package EventDriven.DDD.Abstractions -Version 2.0.0
<PackageReference Include="EventDriven.DDD.Abstractions" Version="2.0.0" />
paket add EventDriven.DDD.Abstractions --version 2.0.0
#r "nuget: EventDriven.DDD.Abstractions, 2.0.0"
// Install EventDriven.DDD.Abstractions as a Cake Addin
#addin nuget:?package=EventDriven.DDD.Abstractions&version=2.0.0
// Install EventDriven.DDD.Abstractions as a Cake Tool
#tool nuget:?package=EventDriven.DDD.Abstractions&version=2.0.0
EventDriven.DDD.Abstractions
Abstractions for implementing Domain Driven Design in .NET.
Prerequisites
- .NET Core SDK (6.0 or greater)
Packages
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.
- 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.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 |
-
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 | 53,292 | 3/19/2022 |
2.0.0-beta3 | 73 | 3/18/2022 |
2.0.0-beta2 | 65 | 3/17/2022 |
2.0.0-beta1 | 63 | 3/12/2022 |
1.1.0 | 233 | 2/26/2022 |
1.1.0-beta3 | 67 | 2/26/2022 |
1.1.0-beta2 | 2,027 | 1/31/2022 |
1.1.0-beta1 | 100 | 1/16/2022 |
1.0.0 | 166 | 1/1/2022 |