Analyze your .NET assemblies with FxCop

March 12, 2010 ASP.NET Validation C# Troubleshooting
Microsoft has a nice tool for analyzing your assemblies and recognize hundreds of potential security or performance issues as well as some bad mannered code standards.

FxCop analyzes programming elements in managed assemblies, known as targets, by using rules that return informational messages about the targets when the rules are violated.

Download FxCop from Microsoft
Getting Started with FxCop

Related posts: