Url: http://code.msdn.microsoft.com/sourceanalysis/R…
Interestingly, Microsoft has released a new tool that they’ve used for years internally to analyze code in their code base. Its been informally called “StyleCop” and differs from FxCop in that it analyzes source code, not compiled binaries.
If you are interested in consistency in your code base, you should take a look!