Created: February 04, 2024
|
Last Modified: September 18, 2025
Contents ▾
Domain Driven Design
Domain Driven Design is a methodology based on the similarly named book by Eric Evans outlying an effective strategy to manage complexity in a software project. While the book covers technical concepts to do so, most of the book goes into the social dimensions of software maintenance and effective collaboration.
Deep dive
- What makes an event sourced domain?
- Boring Complexity
- Coarse Commands Emitting Granular Events
- Domain integration of external interactions
- Creating event sourced aggregates with C#
- How to effectively observe the runtime behaviour of your core domain
- Interaction with and integration of software domains
- Mapping one command to multiple events
- More transparent event to command transformation
- Exposing a domain to the world