Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Domain Driven Design: where does the workflow logic lie?

Why represent shopping carts and order invoices differently in a domain model?

Domain Modeling Question using C# with Entity Framework CTP 4

Role Object pattern question

Domain driven design: Avoiding anemic domains and modelling real world roles

DSL in Clojure that replaces an object-oriented software solution?

Does "Save" method belong to the Business Domain Entity?

Reconciling DDD, viewmodels, and performance

DDD : Where should data be converted, formatted, encrypted etc?

Differences Between Query Object and Specification Patterns

DDD domain services: what should a service class contain?

In Domain Driven Design, may a transaction modify more than one aggregate?

How to share validation between Forms and Value Objects in Domain Driven Design?

Read Model in the domain

CQRS: Class Redundancy and passing DTO to Domain

How to create rich domain objects while maintaing persistence ignorance?

DDD Factory Entity Value Object

DDD - Share or duplicate a value object to be used between two aggregate roots?

The role of Aggregate roots in a REST API (DDD)

Lazy Loading with a WCF Service Domain Model?