Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Domain Driven Design - Aggregate Roots

EF4.1 Code First Complex Type as primary key

DDD navigation to entities inside aggregate root via composite identity

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