Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

NoSql database for domain events

CQ(R)S using RPC-style API instead of REST

DDD referencing child entities across bounded contexts

How to handle aggregates relationship in Event Sourcing properly?

How to implement Commands and Events for complex form using Event Sourcing?

Specification pattern implementation help

How do I implement Unit Of Work in Spring & JPA/Hibernate?

Implementing repository for EF4 using DDD and IoC

Fluent Validation and IoC (Unique Field)

Getting all aggregate root entities child entities?

Domain-driven design, event sourcing and evolving models

Share model between client and server

Bounded Contexts and EF Code First - How to put them together?

Why expose service instead of repository in Onion Architecture?

Domain driven design - database transaction management

Repository Add and Create methods

CQRS or App Service?

domain-driven-design cqrs

Should aggregate involve a read-lock in database?

The repository pattern is procedural, not OOP? [closed]

DDD: Should a Dto Assembler be a part of Domain Layer?