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
  • Value Object

    A Value Object is an object that can be characterised by it's lack of any identity - a Value Object (or VO) can be compared to another by it's attributes. Value Objects are normally immutable. Along with Entities , Value Objects form the core building blocks of DDD. See also: Blog post: Blogged...
    Posted to Domain Driven Design Wiki by Casey Charlton (admin) on Mon, Feb 23 2009
    Filed under: ,
  • Entity

    An Entity is an object primarily defined by it's identity. This identity may be the classic integer type ID, a Guid, or some other attribute unique to each Entity Along with Value Objects form the core building blocks of DDD. See also: Blog post: Blogged Entities and Value Objects domaindrivendesign...
    Posted to Domain Driven Design Wiki by Casey Charlton (admin) on Mon, Feb 23 2009
    Filed under: ,
  • Blogged Entities and Value Objects

    Finally, after 5 posts in the series, we get to the beginning point, the basis of all things… Entities and Value Objects . OK, maybe a small exaggeration, but Entities and Value Objects (VOs) form the core building blocks of Domain driven applications. Why has it taken this long to get to something...
    Posted to Domain Driven Design Wiki by Jak Charlton on Sun, Feb 22 2009
    Filed under: , ,
Page 1 of 1 (3 items)