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?