Browse by Tags

All Tags » DDD » Patterns (RSS)
FluentNHibernate is an amazingly nice DSL to use for quick NHibernate mapping implementation. Today I had to refactor some of the code we did at work, in order to persist a state of an object. The original code was implemented using State pattern, which...
Posted by Sean Feldman | 1 comment(s)
Filed under: , ,
A few months ago I blogged about Domain Objects vs. Primitive Types . Back then it felt right to me to transform a primitive type, like a Guid that represented an organization ID, to an Organization domain object. Unfortunately at that time I was not...
Posted by Sean Feldman | with no comments
Filed under: ,
More Posts