Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Is Unit Of Work and Repository Patterns very useful for big projects?

How to avoid having very large objects with Domain Driven Design

Django and domain driven design

When to use an Eventstore

Specification Pattern in Domain Driven Design

Is it ok for entities to access repositories?

Design Methodology: use case driven vs. domain driven

MVVM: Binding to Model while keeping Model in sync with a server version

How to handle set based consistency validation in CQRS?

Mapping Validation Attributes From Domain Entity to DTO

Event Sourcing and Read Model generation

How to Organise a Domain Driven Design Project?

MVVM: Modified model, how to correctly update ViewModel and View?

Communicating between two Bounded Contexts in DDD

Difference between specification and a policy?

What Belongs to the Aggregate Root

Onion Architecture - Repository Vs Service?

CQRS and Event Sourcing Difference

Where to raise persistence-dependent domain events - service, repository, or UI?

Decompose microservices: Business capability vs Domain