C# coding standards document
A colleague of mine directed me to this C# coding standards document.(PDF document) on idesign.net.
It's pretty good. I'd say I agreed with about 99% of the things in there. One to be wary of is the author's desire to make every member virtual, which is bad for perf, and also doesn't make common sense to me with regards to having a “locked down” class that you open up more over time.