Another example of programming style

Brad Abrams over on the CLR team just published an article containing the CLR team's internal coding conventions.  It makes an interesting counterpoint to my "what is programming style" series from back in November.

I can't say I agree with everything they're doing (as I mentioned, personally I find it extremely useful to be able to visually discriminate between local variables, member variables and parameters, and their style doesn't allow for that) but it's a good example of a coding style document.