DDD Step By Step
A Practical Guide to Domain Driven Design

Browse Wiki Pages by Tags

Showing related tags and posts for the Domain Driven Design Wiki wiki. See all tags in the site
  • Specification

    The Specification pattern allows the decision of "how" to select an Entity from the Entity itself - it is a predicate that determines if an object does or does not satisfy some criteria. This allows separation of complex or cross entity logic from the entites themselves. See also: Blogged The...
    Posted to Domain Driven Design Wiki by Jak Charlton on Mon, Mar 2 2009
    Filed under: ,
  • Blogged The Specification Pattern

    Continuing our series on Domain Driven Design, we now get to one of the more interesting patterns in DDD – the Specification . A Specification is, in simple terms, a small piece of logic that sits on it’s own and gives an answer to a simple question … “does this match?”...
    Posted to Domain Driven Design Wiki by Jak Charlton on Mon, Mar 2 2009
    Filed under: ,
Page 1 of 1 (2 items)