Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Should we use 'package by feature' structure with DDD?

How does process manager keep track of the association between aggregates

Which are common DDD (Domain-Driven Design) patterns?

Is caching a repository, domain or application concern?

How should I start DDD?

domain-driven-design

What software to use for Event Storming? [closed]

Is it good to return domain model from REST api over a DDD application?

rest domain-driven-design

Samples for Domain Driven Design (esp .NET focused)

Domain Driven Design, Domain objects, attitude about Setters

ASP.MVC: Repository that reflects IQueryable but not Linq to SQL, DDD How To question

What exactly is the model in MVC

Some confusion with dependencies between Application and Infrastructure layers

domain-driven-design

Enforcing property-level authorization in domain objects

DDD: Where to put persistence logic, and when to use ORM mapping

Update an entity inside an aggregate

Where should I put a unique check in DDD?

Architecture: simple CQS

Handling duplication of domain logic using DDD and CQRS

Are entity classes exclusive to one aggregate

domain-driven-design

How to implement a maintainable and loosly coupled application using DDD and SRP?