Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

In DDD, what are the actual advantages of value objects?

Domain-driven design with Zend

DDD - Validation of unique constraint

CQRS - When to send confirmation message?

domain-driven-design cqrs

How granular should a domain event be?

Generic repository to update an entire aggregate

Application Service Layer: Unit Tests, Integration Tests, or Both?

Multiple Aggregates / Repositories in one Transaction

Can aggregate root reference another root?

Do DDD and SOA really play well together?

domain-driven-design soa

Dealing with nested aggregates in DDD

Event Sourcing: proper way of rolling back aggregate state

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?