Tag: domain-driven-design
All the articles with the tag "domain-driven-design".
What is Domain Anemic Model?
Posted on:July 5, 2022 at 02:05 AMAnemic models lead to misplaced business logic, while Rich Models improve encapsulation by incorporating logic into entities. Considerations like saving rich entities in a database can be addressed through techniques like shadow properties.