Jump to ratings and reviews
Rate this book

Software Patterns Series

design-patterns-in-c

Rate this book
Long ago (1995), four object-orientation specialists came out with a book called Design Patterns . In it, the four--whose book became so famous that they became known as the Gang of Four--forwarded a convincing argument that most programming jobs fell into a couple of dozen general categories, and that generic solutions to these programming problems--design patterns--could carry the day a lot of the time. The book remains part of the Holy Writ of object orientation, and indeed if you study it carefully you can save yourself from having to reinvent the wheel every time you set about writing software. Not long ago (2003), Microsoft came out with a new programming language called C#. It's object oriented, and does lots of nifty stuff with networks. Design Patterns in C# shows you how to implement the 23 "Gang of Four" design patterns in this new language. Steven Metsker's approach is mostly architectural, with lots of object relationship diagrams and relatively little code. He says right up "This book is for developers who know C# and want to improve their skills as designers." Among the most valuable parts of his coverage are his comparisons of similar patterns. These clarify, for example, when to use a Builder pattern, as opposed to a Factory or Abstract Factory. The approach helps you become a good C# architect. --David Wall Topics covered : How to implement the 23 classic Gamma-Helm-Johnson-Vlissides design patterns in C#. Questions scattered throughout the text help you improve your C# skills while you read about pattern architecture.

Paperback

First published April 15, 2004

2 people are currently reading
183 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
11 (13%)
4 stars
31 (36%)
3 stars
34 (40%)
2 stars
6 (7%)
1 star
2 (2%)
Displaying 1 - 4 of 4 reviews
Profile Image for Cam.
13 reviews9 followers
October 2, 2007
A good workbook style for learning patterns. Take the time to answer all the questions/thoughts he provides, it really helps the material sink in.
Displaying 1 - 4 of 4 reviews

Can't find what you're looking for?

Get help and learn more about the design.