Code for the Hands-on Domain-Driven Design with .NET Core book
In this repository you find the code for the Hands-on Domain-Driven Design book.
The book is available at Packt and Amazon.
First four chapters of the book have no code.
Table of content
- Why Domain-Driven Design?
- Language and Context
- EventStorming
- Designing the Model
- Implementing the Model
- Acting with Commands
- Consistency Boundary
- Aggregate Persistence
- CQRS - The Read Side
- Event Sourcing
- Projections and Queries
- Bounded Context
- Splitting the System
Running the infrastructure
For some chapters, you need to have the necessary infrastructure components, like database, running locally. The suggested way of doing this is using Docker and Docker Compose.
Each chapter has the Technical Requirelements section, please follow the guidelines carefully to ensure you run what is needed for each chapter before starting the application.
Contributions
If you find issues with the code or have problems running it, please open an issue in this repository and provide the following:
- Comprehensive description of the issue
- Environment specification (.NET Core SDK version, platform, IDE, etc)
- Stack trace, if applicable