Design Patterns in C# (Software Patterns Series)
You can view this book's Amazon detail page here.
Tags: .NET, C#, Technology
Review
Rating: 7
Read this book, if you need to know how Design Patterns from the ‘Gang of Four’ are implemented in C#. Steven Metskar does a good job of classifying the 23 classic patterns and presents them with an example that spans the whole book. In some ways the one unifying example looks contrived, but on the other hand, it helps preserve the thread of pattern evolution. Lots of diagrams and pattern discussions are the highlights of this book. Before you code/design any .NET project, have a look through these 23 patterns and see what you can use. It is better not to reinvent the wheel.
