NDC2010: Greg Young – 7 reasons why DDD projects #fail

    #1 Lack of intent You build a system but you do not find out what the intention of the user is. It is visible by domain models that are empty from business logic. There will only be four Continue reading

Posted in NDC2010 | Tagged Architecture, DDD, NDC2010 | 1 Reply

NDC 2010: Eric Evans – Folding together DDD into Agile

One of the most puzzling emails Eric have received was one claiming that his book really proved that up front design was important. In large this is a miss conception on how modeling happens. A tremendous amount of knowledge comes Continue reading

Posted in NDC2010 | Tagged Architecture, DDD, NDC2010 | 1 Reply

NDC 2010: Eric Evans -What I learned since the book

This was one of the most rewarding sessions for me. Eric Evans explained what he picked up and learned since he wrote the book, what parts that he realized was more important that he initially thought and what parts had Continue reading

Posted in NDC2010 | Tagged Architecture, DDD, NDC2010 | 1 Reply

NDC2010: Eric Evans – Strategic Design

In almost every conversation I’ve had with Eric Evans and Jimmy Nilsson and every talk I’ve heard Eric present, the same message have been lifted; “I wish I put part 3 [strategic design] in the beginning of the book”. In Continue reading

Posted in NDC2010 | Tagged DDD, NDC2010 | 1 Reply

Slice up your business logic using C# Extension methods to honor the context

One of my favorite features with C# 3.0 is the extension methods. An excellent way to apply some cross cutting concerns and great tool for attaching utility functions. Heavily used by the LINQ frameworks and in most utility classes I’ve Continue reading

Posted in Architecture, design patterns | Tagged C#, DDD, Patterns | 1 Reply