Connecting Tech Pros Worldwide Forums | Help | Site Map

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

Carlo Stonebanks
Guest
 
Posts: n/a
#1: Mar 2 '06
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



Ignacio Machin \( .NET/ C# MVP \)
Guest
 
Posts: n/a
#2: Mar 2 '06

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


Hi,

"Carlo Stonebanks" <cstonebanks@nissenfasteners.com> wrote in message
news:elp89TiPGHA.648@TK2MSFTNGP14.phx.gbl...[color=blue]
>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.[/color]

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
[color=blue]
> 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.[/color]


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.


--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation


bobbychopra@gmail.com
Guest
 
Posts: n/a
#3: Mar 2 '06

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


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/032...Fencoding=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 ....

Closed Thread