Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Timeseries/temporal data in DDD on write side in CQRS

Transactions crossing aggregate boundaries

Using query model in command handler/domain services

domain-driven-design cqrs

In ES + CQRS + DDD, can a event not update any real domain state at all?

DDD: Share entity with multiple aggregate roots

Spring Data Rest - How to prevent PUT/PATCH updates to child entities of aggregate root

Can non aggregate-root hold a reference for another non aggregate-root?

Config complex type for value object using NHibernate in C#

What is the best way to use EF 4 and DDD

ViewModel Do's and Don'ts

Java EE: Creating and deleting socket listeners dynamically from the domain model

Managing History object of Entities

Persistent ignorant Domain Layer

c# domain-driven-design

How best to implement link relations for HATEOAS in XML?

Bounded (Db)Contexts in Entity Framework Architecture

EF: Entity Dependency injection

Primary key in an Azure SQL database

How do I reduce duplication of domain/entity/DTO objects?

Is it okay to bypass the repository pattern for complex queries?

DTO shape: flat, complex/nested, or a mixture of both