Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Why are consistency rules spanning Aggregates allowed to be enforced at some later time?

DDD: should local Entity identity include the parent's?

What data type should I use for an Image in my domain model?

c# domain-driven-design

Spring data rest Domain Driven Design - Posting non aggregate root entities

How to handle Domain Driven Design when domain is dynamic / changes

oop domain-driven-design

How can I avoid first retrieving aggregate root for optimizations in DDD friendly way?

What is the are difference beetween micro-frontend and microservice

Biz logic in the Repository/Model okay?

Separation Of Concerns with Symfony Forms

Onion Architectures, persistence and notifications

Root Entity reference to another root

domain-driven-design

Orchestrating different bounded contexts, whose responsibility is it?

Is "static Domain helper class" Ambient Context Anti-Pattern?

How loosely coupled can a Domain Model be?

Creating child instances on an aggregate root in DDD

domain-driven-design

Default dependency injection? [duplicate]

DDD - Should entities create entities?

domain-driven-design

How to do this in DDD without referencing the Repository from the domain entity?

Difference between Entity and POCO

Domain Model – Repositories – Communication across Sub-Systems