Search code examples
In DDD/CQRS, should ReadModel act as ViewModel, if not then where belongs responsibility for mapping...

domain-driven-designcqrs

Read More
CQRS for commands light on logic...

domain-driven-designcqrsevent-sourcing

Read More
In CQRS and Event Driven Architecture, Should State Changes generated at the read side create more e...

c#architectureevent-handlingcqrsevent-sourcing

Read More
What should be projection primary key on query side - CQRS, Event Sourcing, Microservices...

microservicesdomain-driven-designcqrsevent-sourcing

Read More
Enforce business rules out of Aggregate...

c#.netdomain-driven-designcqrsclean-architecture

Read More
Domain Driven Design CQRS and the save button...

domain-driven-designcqrs

Read More
Register a MediatR pipeline with void/Task response...

c#asp.net-corecqrsmediatr

Read More
How to validate CQRS query...

asp.net-mvcasp.net-core-3.1cqrsmediator

Read More
DDD and CQRS: use multiple repositories from a single command handler?...

domain-driven-designcqrs

Read More
Understanding of @AggregateIdentifier & @TargetAggregateIdentifier...

cqrsevent-sourcingaxonaxon-framework

Read More
What is the type should the create method of the repository return?...

domain-driven-designrepository-patterncqrs

Read More
How to use 2 different connection string for read and for writes in postgre with CQRS?...

c#postgresqlasp.net-corekubernetescqrs

Read More
How do I resolve the unchecked cast problem IntelliJ is highlighting?...

javagenericscqrs

Read More
DDD. Where do user configurable settings belong?...

domain-driven-designcqrs

Read More
CurrentUser in .Net Core Microservice CQRS...

c#cqrs

Read More
Implementing CQRS / ES the proper way...

microservicescqrsevent-sourcing

Read More
What is the proper way of handling object reference when applying projections in EF Core?...

c#entity-frameworkcqrsef-core-5.0

Read More
How to implement Event sourcing and a database in a microservice architecture?...

microservicesscalecqrsevent-sourcing

Read More
CQRS Commands and Queries - Do they belong in the domain?...

domain-driven-designcqrs

Read More
What layer has responsibility of filtering deactivated(mark as deleted) aggregate?...

microservicesdomain-driven-designcqrsn-tier-architecture

Read More
SQL : Synchronize Read/Write Databases in CQRS , Asp.Net Core...

sqlsql-serverasp.net-coredomain-driven-designcqrs

Read More
CQRS - is it allowed to call the read side from the write side?...

cqrs

Read More
multi-entity aggregates event handling is not working...

spring-bootcqrsaxon

Read More
TypeORM is duplicating my post when I run the command | CQRS...

nestjstypeormcqrsnode.js-typeorm

Read More
Execute a CQRS command when i don't have the ID...

authenticationcommanddomain-driven-designcqrs

Read More
Command accros multiple aggregates with CQRS and ES...

domain-driven-designbackendcqrseventstoredb

Read More
How to design a repository writing to pub/sub and reading from database in clean architecture...

asynchronousrepository-patterncqrsclean-architecture

Read More
Is Event Sourcing helpful to Machine Learning...

machine-learningmicroservicesdatabase-migrationcqrsevent-sourcing

Read More
MediatR library: following the DRY principle...

c#.netdrycqrsmediatr

Read More
Spring Boot Microservices Saga example...

microservicescqrssaga

Read More
BackNext