Good Domain Driven Design samples
Posted
by jlembke
on Stack Overflow
See other posts from Stack Overflow
or by jlembke
Published on 2009-02-12T05:12:50Z
Indexed on
2010/05/17
0:40 UTC
Read the original article
Hit count: 416
I'm learning about DDD and enjoying every minute of it. However, there are some practical issues that are confusing to me that I think seeing some good samples might clear up.
So being at peace with those issues, does anyone know of some good working code samples that do a good job of modeling basic DDD concepts?
Particularly interested in
- An illustrative Domain Model
- Repositories
- Use of Domain/Application Services
- Value Objects
- Aggregate Roots
I know I'm probably asking for too much, but anything close will help.
© Stack Overflow or respective owner