Design Patterns - on a mission.

J

Jay

The GOF text is widely considered the definitive book on
the topic.

Design Patterns: Elements of Reusable Object-Oriented
Softare, Erich Gamma, Richard Helm, Ralph Johnson, John
Vlissides

Note, all the examples are in C++ but you can get through
them with a little work.

Good Luck!
 
M

Michael Mayer

I recommend GOF for the text, but I had trouble reading the SmallTalk code.
Here's a site with most (all) of the GOF patterns rewritten in C#. It
doesn't go into much descritpion about each one, though. So I'd get it to
complement the book.

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

MSDN has the following page on patterns & architectural topics:

http://msdn.microsoft.com/library/d...dnbda/html/bdadotnetarchtopics.asp?frame=true

And Bruce Eckel has a free download of his book "Thinking in Patterns". I
haven't read it yet, so I don't know how "good" it is:
http://mindview.axign.com/
 

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