I hear a lot of people say that one of the best ways to learn to write good code is to read good code, dig through it, and figure out what it's doing. That's fine and all, but how do I know it's good code worth digging through if I don't even know what good code is yet?
Since I develop with C#, where can I find some C# source code that follows good practices, demonstrates GoF patterns, unit testing, and all that other great stuff that we should be using in our own applications?