Questions tagged [rich-domain-model]

17 questions
0
votes
1 answer

How to set business logic that require data from DB in Domain Driven Design

I am try to learn DDD, so bear with me please. Let say I have an aggregate called Issue. It has a StatusId property. This status can be ie. Open, Closed... and it is stored in a database table called Statuses. (this is because specific user can have…
Luka
  • 4,075
  • 3
  • 35
  • 61
0
votes
1 answer

POCO can be used as domain model

We are planning to developing a software following Domain Driven Design inspiring by the Red (EE) and Blue (VV) ddd books. The business is not that complicated. It is possible to avoid inheritances for all concrete classes. The goal is to feel the…
1
2