views:

700

answers:

1

Does anyone know of some good downloadable visual studio solution files that explain all the GOF design-patterns (and their variants if possible) in .NET (C# preferred)?

+12  A: 

For some good short code examples, check this Design Patterns in C# and VB.Net

Gulzar
+1 - not a bad site and their code samples provide both theoretical and applied examples for each pattern.
Kev