Search code examples
design-patternsresourcescookbook

Are there any good design pattern cookbook / recipe resources?


i know there are tons of books out there for design patterns in almost any programming language.

and most of them will go through some examples to show you what can be done.

but i'm thinking along the lines of recipe / cookbook type, are there any good resources to learn via this way?

i.e. something like problem - solution kind of methodology.

it could be a book, source codes, web sites or anything.

are there any?

something like this for example.

it would be sweeter if it's in C# though :)

thanks


Solution

  • I make use of these two sites:

    dofactory and Source making

    Hope this helps!