Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

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

Repository Pattern with Entity Framework 4.1 and Parent/Child Relationships

Are persistence annotations in domain objects a bad practice?

Advice on mapping of entities to domain objects [closed]

What's the difference between Data Modelling and Domain Modelling?

Best way to implement Repository Pattern?

DAO, Repositories and Services in DDD

DDD: do I really need to load all objects in an aggregate? (Performance concerns)

domain-driven-design

Domain Driven Design in Node.js Application

DDD, Anti Corruption layer, how-to?

What is the relationship between DDD and the “Onion Architecture”?

Value Objects in CQRS - where to use

Alternatives to many-to-many relationships with CQRS