Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Best practice for DAO pattern?

Functional Programming + Domain-Driven Design

Why the domain model should not be used as resources in REST API?

Where to put business logic in DDD

DDD: aggregate root question

Can we use ASP.NET Identity in Domain Driven Design?

DDD: Primary keys (Ids) and ORMs (for example, NHibernate)

How can I resolve the conflict between loose coupling/dependency injection and a rich domain model?

How To Implement The Query Side Of CQRS in DDD?

domain-driven-design cqrs

Am I allowed to have "incomplete" aggregates in DDD?

domain-driven-design

Can Domain Services access Repositories?

domain-driven-design

How do you handle associations between aggregates in DDD?

Can you suggest DDD best practices

domain-driven-design

Framework suggestion for CQRS and EventSourcing [closed]

How to model entities that exists in all bounded contexts and that are a central part of the app?

Is it good practice to use domain objects as keys?

Is there a mismatch between Domain-Driven Design repositories and Spring Data ones?

Should Domain Model Classes always depend on primitives?

Immutable Value objects and JPA

Entities across bounded contexts in Domain-Driven Design