Search code examples
Aggregate root methods should change the aggregate root state?...

eventsaggregatedomain-driven-designevent-sourcing

Read More
DDD: how should I check state of related aggregates inside one usecase?...

domain-driven-design

Read More
Transition from Partial to Required...

typescriptdomain-driven-design

Read More
Decomposed versus “monolithic” microservices...

design-patternsmicroservicesdomain-driven-design

Read More
Is there any pattern for having multiple and flexible business rules applies to allow an action to h...

algorithmoopdesign-patternsdomain-driven-design

Read More
DDD and EDA - Singular vs Plural event names with set-oriented operations...

eventsdomain-driven-designevent-driven

Read More
What is difference between domain driven design and high level design...

architecturedomain-driven-design

Read More
CQRS/Event Sourcing, how to get consistent data to apply business rules?...

domain-driven-designcqrsevent-sourcing

Read More
Domain model defining relationships...

umldomain-driven-designcruddomain-modeldomain-modelling

Read More
CQRS Event Sourcing: Validate UserName uniqueness...

domain-driven-designcqrsevent-sourcingunique

Read More
When to instantiate the repository and which is the lifespan of it?...

repositorydomain-driven-design

Read More
How to read events with Eventflow?...

.netdomain-driven-designcqrsevent-sourcingevent-flow

Read More
Data Layer call and implementing DI...

c#dependency-injectiondomain-driven-designdependency-inversion

Read More
How to ensure data consistency between two different aggregates in an event-driven architecture?...

domain-driven-designevent-sourcingdddd

Read More
Factory Pattern where should this live in DDD?...

c#design-patternsdomain-driven-designarchitectural-patterns

Read More
1000+ Linq queries or logic in the database...which is worse?...

c#performancelinq-to-sqldomain-driven-design

Read More
How to map in EF Core a collection of child entities when children has not ID of the parent?...

entity-framework-coredomain-driven-design

Read More
Mapping private attributes of domain entities with Dapper dot net...

c#ormdomain-driven-designdapperfluent-nhibernate-mapping

Read More
Can I update multiple aggregate instances of the same type in one transaction?...

domain-driven-design

Read More
Adding fields to an object returned by Spring Data Rest endpoint?...

springrestspring-datadomain-driven-designspring-data-rest

Read More
F# How to flatten nested Result types mixed with other types...

databasef#domain-driven-design

Read More
DDD - Should optimistic concurrency property (etag or timestamp) ever be a part of domain?...

domain-driven-design

Read More
Are immutable collections Value Objects?...

oopdesign-patternsfunctional-programmingdomain-driven-design

Read More
Can DDD repositories return data from other aggregate roots?...

domain-driven-designrepository-patterndaodata-access-layeraggregateroot

Read More
Reference to another aggregate vs. sub-entity...

domain-driven-designspring-data-jdbc

Read More
Clean Architecture Repository wrapper for aggregates...

c#mongodbrepositorydomain-driven-designclean-architecture

Read More
DDD correct the identity of an Entity...

domain-driven-designentityidentitymisspelling

Read More
Duplicating actors across subdomains - DDD / Clean Architecture...

architectureumldomain-driven-designclean-architectureuse-case

Read More
Domain Driven Design - Domain model vs Hibernate Entity...

hibernateentitydomain-driven-design

Read More
DDD vs N-Tier (3-Tier) Architecture...

domain-driven-designdata-access-layern-tier-architecture

Read More
BackNext