Tag: domain-layer
All the articles with the tag "domain-layer".
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.
What is domain layer?
Posted on:July 5, 2022 at 02:05 AMExplore the significance of the Domain Layer in software development, covering its role as the heart of an application, its resistance to business changes, and best practices for ensuring its robustness.