Browse by Tags

All Tags » DDD (RSS)
In my previous blog about domain objects and contracts for those, I have described the situation where the team was thinking in a different way than myself, and what we tried. I have never blogged back about the fact that the team got convinced that this...
Posted by Sean Feldman | with no comments
Filed under:
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: , ,
As a team we have found ourselves in a very delicate situation where we had to make a group design decision and it was quiet an interesting experience. What happens if your opinion does not align with the decision? How do you express your opinion without...
Posted by Sean Feldman | 2 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