Abstractions for implementing Domain Driven Design in .NET.
$ dotnet add package EventDriven.DDD.AbstractionsAbstractions for implementing Domain Driven Design in .NET.
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:
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).