Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Reactive programming in Domain Design

Entity Framework: storing as a list of complex type

What is an Aggregate Root?

Solve apparent need for outside reference to entity inside aggregate (DDD)

domain-driven-design

Are login/register commands or queries in CQRS

Best practice to apply domain driven design in .NET?

How does persistence ignorance work with references to (non-root) aggregates?

Best practices to manage entities while querying the data out of tables?

What class should have ability to set a password (Repository, User, etc)?

Querying in a DDD system

domain-driven-design

DDD, should I create a domain service just to save data?

Domain Driven Design; Can ValueObject contains invariants or specifications?

DDD - not exposing getters while having mapper class

java domain-driven-design

Delete a child from an aggregate root

Modeling user account referring to different entities

Design repositories following the DDD concepts