Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

anyone bought the dofactory Design Patterns Framework ??? Did you find it to be any good???

http://www.dofactory.com/Framework/Framework.aspx

thanks Niall

share|improve this question
what's with all those question marks :P – eglasius Oct 1 '10 at 19:43

closed as not constructive by Bill the Lizard May 13 at 22:40

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

up vote 3 down vote accepted

It depends. I bought it and I'm happy to see some complex examples of design patterns in action rather than cars, ducks, etc which you see in every book.
Patterns which could be used in enterprise level application architecture.
I think it's not a very brilliant product, (Specially if you're starting to learn design patterns) but for people who have an intermediate knowledge about design patterns, it could help to better understand design patterns in action.

share|improve this answer
2  
bought the framework. intial thoughts are that im very happy with the examples and the ease of use compiling the code etc. thanks – NBrowne Oct 1 '10 at 16:10
@NBrowne: Good to hear. Good luck. – Kamyar Oct 2 '10 at 12:09

If you are very new to design pattern jargon then I would suggest read Head first design patterns , very simple and easy to understand.

share|improve this answer
+1: I agree with you; but I wonder if this is a "Level 2" resource for .NET developers who have already read the 'Head First' book. – Jim G. Oct 1 '10 at 15:11
1  
thanks I have the head first design patterns book, i tried going through it but to be honest i didnt like how it was written and the examples are very poor. talking about patterns as ducks etc. I have got another book which i think is excellent which is "Design Patterns explained". It gives real world examples and shows how to apply the patterns as well as explaining core programming concepts such as DRY principle etc netobjectives.com/resources/books/design-patterns-explained – NBrowne Oct 1 '10 at 16:08

Not the answer you're looking for? Browse other questions tagged or ask your own question.