Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Program Design - Package by Feature vs. Layer or Both?

Why modifies only one aggregate instance per transaction?

domain-driven-design

Delaying the creation and dispatch of domain events

Bounded context implementation and design

How value objects are saved and loaded?

Where does a logger goes in DDD?

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