Abstractions for implementing Domain Driven Design in .NET.
- .NET Core SDK (6.0 or greater)
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.
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).