Aggregate root methods should change the aggregate root state?...
Read MoreDDD: how should I check state of related aggregates inside one usecase?...
Read MoreTransition from Partial to Required...
Read MoreDecomposed versus “monolithic” microservices...
Read MoreIs there any pattern for having multiple and flexible business rules applies to allow an action to h...
Read MoreDDD and EDA - Singular vs Plural event names with set-oriented operations...
Read MoreWhat is difference between domain driven design and high level design...
Read MoreCQRS/Event Sourcing, how to get consistent data to apply business rules?...
Read MoreDomain model defining relationships...
Read MoreCQRS Event Sourcing: Validate UserName uniqueness...
Read MoreWhen to instantiate the repository and which is the lifespan of it?...
Read MoreHow to read events with Eventflow?...
Read MoreData Layer call and implementing DI...
Read MoreHow to ensure data consistency between two different aggregates in an event-driven architecture?...
Read MoreFactory Pattern where should this live in DDD?...
Read More1000+ Linq queries or logic in the database...which is worse?...
Read MoreHow to map in EF Core a collection of child entities when children has not ID of the parent?...
Read MoreMapping private attributes of domain entities with Dapper dot net...
Read MoreCan I update multiple aggregate instances of the same type in one transaction?...
Read MoreAdding fields to an object returned by Spring Data Rest endpoint?...
Read MoreF# How to flatten nested Result types mixed with other types...
Read MoreDDD - Should optimistic concurrency property (etag or timestamp) ever be a part of domain?...
Read MoreAre immutable collections Value Objects?...
Read MoreCan DDD repositories return data from other aggregate roots?...
Read MoreReference to another aggregate vs. sub-entity...
Read MoreClean Architecture Repository wrapper for aggregates...
Read MoreDDD correct the identity of an Entity...
Read MoreDuplicating actors across subdomains - DDD / Clean Architecture...
Read MoreDomain Driven Design - Domain model vs Hibernate Entity...
Read MoreDDD vs N-Tier (3-Tier) Architecture...
Read More