Skip to content

alexeyzimarev/ddd-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Why Domain-Driven Design?
  2. Language and Context
  3. EventStorming
  4. Designing the Model
  5. Implementing the Model
  6. Acting with Commands
  7. Consistency Boundary
  8. Aggregate Persistence
  9. CQRS - The Read Side
  10. Event Sourcing
  11. Projections and Queries
  12. Bounded Context
  13. 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