Entity vs Aggregate vs Aggregate Root...
Read MoreDDD - Domain Service with infrastructure implementation...
Read MoreDDD and messages for Aggregates communication...
Read MoreCQRS & Event Sourcing way to handle a single request that needs to generate multiple commands...
Read MoreHow to avoid business logic in frontend while keeping frontend interactive...
Read MoreWCF Separation of Concerns VS DRY...
Read MoreEvent Sourcing: Events that trigger others & rebuilding state...
Read MoreDDD - Multiple Aggregates (Coupons And Purchases)...
Read MoreEF Core and DDD: Store ValueObjects in the same table as Entities, also use parametrized constructor...
Read MoreDDD: What kinds of behavior should I put on a domain entity?...
Read MoreSpecification Pattern vs (Fluent) Validation...
Read MoreDomain Driven Design vs Model Driven Architecture...
Read Moregenerate java domain objects from database table...
Read MoreHow to use domain aggregate root in rest api?...
Read MoreDDD, Event Sourcing, and the shape of the Aggregate state...
Read MoreShall I model article category as value object when design with DDD?...
Read MoreDDD: should local Entity identity include the parent's?...
Read MoreWhy collections of owned types generate an Id and how can I avoid that?...
Read MoreWhat should I test in an application layer service...
Read MoreHow to control idempotency of messages in an event-driven architecture?...
Read MoreRelation between command handlers, aggregates, the repository and the event store in CQRS...
Read MoreHow to correctly implement the repository pattern?...
Read MoreABAP DDD how to correctly implement add/update/remove child from aggregate via RFC?...
Read MoreDDD paradigm. Is it possible to use a service from the Infrastructure layer on the Application Core....
Read MoreDomain Driven Design: How to access child of aggregate root...
Read MoreDomain Driven Design - how the layers should be organized?...
Read MoreWhat datatype to declare for pdf/image in java...
Read More