Same-line documentation
Much as I respect the consistency of documentation in VS, I find that in many circumstances it takes up more space than it i worth. I often prefer to real documentation in comments on the same line as the entry. For example:
/// Structure of the cleanup instructions from CleanupSteps table
public class Step
{
public int StepNo { get; set; } //!