Mandatory Comments Check-in Policy for TFS

This policy states that comments related with current check-ins are “must-to-have”. TFS does not provide “out of the box” policies of this kind; you just have to make a custom one. Take a glance to a C# custom policy code and see how it’s configured here.
In order to have the custom policy installed, you have [...]


Code Analysis Check-in Policy for TFS

FXCOP (a.k.a CodeAnalysis) is a tool that verifies if the code written complies with the appropriate design guidelines.
During compilation FXCOP will warn if detects that the following design guidelines are not being correctly applied:

Design Warnings proper library design as specified by the .NET Framework Design Guidelines [...]