Could someone please write Design Patterns in C# for Dummies?

  • Thread starter Carlo Stonebanks
  • Start date
C

Carlo Stonebanks

I have the infamous GoF Design Patterns boo - it's been sittin gon my shelf
for years. I have a huge reading list and find this book a rather dry read
and am always putting it off.

I have recommendation for "Head First Design Patterns" book, but it's aimed
aimed at Java developers. I'd rather have a book that has a "For Dummies"
readability that that hopefully exploits C# and .NET features and (oh,
please, please, please) includes a CD with source code for these patterns to
speed things up.

Thanks for any advice!

Carlo
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

Carlo Stonebanks said:
I have the infamous GoF Design Patterns boo - it's been sittin gon my shelf
for years. I have a huge reading list and find this book a rather dry read
and am always putting it off.

IMO I find this book very good, the first part where they practically give
a glapse of how to use the patterns building an editor is one of the best
explanations I have seen.
Not dry at all really
I have recommendation for "Head First Design Patterns" book, but it's
aimed aimed at Java developers. I'd rather have a book that has a "For
Dummies" readability that that hopefully exploits C# and .NET features and
(oh, please, please, please) includes a CD with source code for these
patterns to speed things up.


IMO design pattern is not a "dummies" theme , it's more "for professionals"
than for "for begginers" you need to have a very good understanding of OOP
to really understand it.
 
B

bobbychopra

Carlo:

I understand the frustration. I was sick and tired of mazes after
reading the GoF book, so I started on easier books like, C# Design
Patterns, and UML and Design Patterns by Craig Larman.

I also looked for internet resources and found the gem to be
http://www.dofactory.com/Patterns/Patterns.aspx, which is akin to the
Dummy's Guide that you are looking. Then I went back to the GoF book
and understand a lot more of what was going on.

If I were you, I would start from:
- the internet resource
http://www.dofactory.com/Patterns/Patterns.aspx,
- read books like "Design Patterns in C#" [spare the "C# Design
Patterns: A Tutotial book"],
http://www.amazon.com/gp/product/0321126971/ref=pd_bxgy_img_b/103-6014511-8286234?_encoding=UTF8
- go back to GoF book, there is plenty of stuff there that I feel is
missed in the other books.


I hope you find this information as useful as I did.

Sincerely,
Bobby

PS. I have been wanting to put up something like a Dummy's guide on a
website, but I haven't found time. Maybe someday ....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top