Views: 17.8K
Replies: 3
Archived
|
What is the best Design Pattern book you've read?In addition to the obligatory Design Pattern Framework 4 (great product), what is the best Design Pattern book you've read?
I am particularly interested in other developer's opinions on the GoF book because I found it a 'difficult read'. Is it just me or do others have similar experiences? Thanks Ian Ian Barrymore, Dec 13, 2010
|
|
Reply 1C# 3.0 Design Patterns is a nice and light read. It also has applications of patterns in the .NET framework and some real examples as well.
GOF is a good book and at first read it may seem difficult but once you come back to it after reading the above or Head First, you will be able to make most of the GOF book... Rajesh Pillai, Jan 06, 2011
|
|
Reply 2GoF is definitely difficult to get at the first attempt. Head First makes understanding patterns very easy.
Sreenivas Manyam Rajaram, Dec 13, 2010
|
|
Reply 3I read the GoF book years ago. Yes, it is a difficult read.
I have not read the Heads First book, the one referenced in the DoFactory Framework, but I would recommend it simply because others have recommended it, and you have C# code to walk through as you read. There is however, plenty of stuff on the web that talks about design patters, but I ended up here because DoFactory gave me code to go along with the 'talk'. I would also recommend Code Complete. -Mike Mike Michaelis, Dec 13, 2010
|