Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Refactoring Code to avoid Type Casting

Why should I avoid having public setters on domain entity properties

c# domain-driven-design

DDD: subclasses & root entities

How to keep your unit tests simple and isolated and still guarantee DDD invariants?

DTO vs. Domain Model, project organization

Domain Driven Design: How to deal with User Entities in different bounded context?

NHibernate mapping with a class hierarchy whose base class is abstract and the discriminator is not a string

DDD. Where do user configurable settings belong?

domain-driven-design cqrs

Sample N-tier ASP.NET MVC3 application with best practices (using EF 4.1)

Should I use factory to update object?

Where to implement aggregate level permissions in DDD? [closed]

Authorization & User info in a Service Layer (.NET application)

DDD: refer to an entity inside an aggregate root by its identity

CRUD in DDD Application Services?

DDD update via REST

DDD - how to rehydrate

Is every property of an Entity in domain driven design a value object?

domain-driven-design

Why are repositories only used for aggregates in Domain-Driven Design?

generate java domain objects from database table

Aggregate roots. How far does the rabbit hole go