I’m learning about Domain Driven Design, however there are some practical issues that are confusing to me that I think seeing some good samples might clear up.
Does anyone know of some good working code samples that do a good job of modelling basic DDD concepts?
Particularly interested in
- An illustrative Domain Model
- Repositories
- Use of Domain/Application Services
- Value Objects
- Aggregate Roots