Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

AOP and Applying Security to UI Elements

DDD, Can aggregate handle an event from another aggregate?

c# domain-driven-design

Entity configuration management with DDD bounded contexts

domain driven design method duplication

Command pattern in php applications: how to handle controller actions?

Domain models in front end

How to handle Persistence with Rich Domain Model

Should database primary keys be used to identify entities across microservices?

How to handle concurrent constraints across aggregate roots

Bounded Context, Subdomains and Ubiquitous language

domain-driven-design

Where to put security when using DDD - domain driven design

Relation between entities in DDD

EF Core non-primitive type value object as primary key?

How to model aggregates that will be created in multiple steps, like wizard style

POCO vs DTO: Is it ok to partially hydrate a domain object?

How to implement CQS with in memory changes?

Select n+1 problem

DDD Repositories pattern with NHibernate [closed]

Repository vs Domain Services

What's the intent of the Rollback method in the Unit of Work pattern?