This document discusses coding standards and tools for automating standard checks. It describes StyleCop for checking code style and formatting and FxCop (Code Analysis) for checking code quality issues. Both tools can have custom rules created. Automating standard checks with these tools ensures objective enforcement of standards and frees up reviewer time.