What should be included in a C# programming standard?
03:28 07 Nov 2008

To our department's C# programming standard (including guidelines), what standards/guidelines should I include? I've taken bits from various standards (and pieces from Code Complete), but I'd like hear from developers in the field.

I've already got: Naming conventions (general, variables, classes, methods, interfaces, controls). General programming practices (documentation, comments). OO programming practices (encapsulation).

What else would be useful? What shouldn't I include?

c# coding-style