Tagged Questions
2
votes
3answers
1k views
DDD + POCO does this makes sense?
DDD promotes rich domain models with behavior in it, POCO naked objects without any objects in it. Is it possible to have them both combined?
I have a Multi Layer Solution
Core - has POCO ...