Analyze your .NET assemblies with FxCop

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:

Comments

comments powered by Disqus