show/hide this revision's text 2 added 19 characters in body

If you are developing in .NET. I would recommend using StyleCop to check your builds. I would also recommend using ReSharper and the StyleCop plugin.

With ReSharper and the StyleCop plugin you get red "squiggly" lines under code that is against the standard and a simple mouse over will explain why. No code reviews, no docs to maintian.

Using StyleCop in your build process will ensure code is checked in that all code checked-in conforms to the stylestandards.

show/hide this revision's text 1

If you are developing in .NET. I would recommend using StyleCop to check your builds. I would also recommend using ReSharper and the StyleCop plugin.

With ReSharper and the StyleCop plugin you get red "squiggly" lines under code that is against the standard and a simple mouse over will explain why. No code reviews, no docs to maintian.

StyleCop in your build will ensure code is checked in that conforms to the style.