Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

DDD child entity validation

Onion Architecture should we inject domain models into the presentation layer?

Can domain-driven design be use-case driven?

Should my identity server own the user profiles?

EventSourcing inside and outside Bounded Contexts

Hibernate Spring OneToMany - ManyToOne Domain Driven Design

In an Event-Driven Microservice, how to I update private database with older data

What does exactly domain service mean in DDD and how to implement it?

When is an event pushed to the event store in ES?

Value object in event sourcing

Persisting references non-root entities outside of aggregate

domain-driven-design

How to enforce constraint such as any field (or specific field) must not change if entity is in some state?

How much should I enforce the concept of entity and value object in DDD?

How to define & enforce complex rules constraining hierarchical entities

DDD encapsulation and the repository pattern

c# domain-driven-design

How to design multistage tasks in DDD

Is it ok to have entities in different aggregates inherit from a common class?

domain-driven-design

Good design DDD and IoC, how to inject an IRepository into model