Visual Studio / .NET, For Developers

VSW06 Static Analysis in .NET

12/12/2012

11:00am - 12:15pm

Level: Intermediate

Jason Bock

MVP (C#)

Practice Lead

Magenic

We all want to have someone else review our code to make sure it's written well. Wouldn't it be even better if we can have that review process done automatically? In this session, you'll see how you can use static analysis tools (like Code Analysis/FxCop) to find all kinds of implementation issues before they show up in a release. You'll also find out how to manage rule sets in Visual Studio, and find out how you can create your own custom rules.

You will learn:
• Understand the benefits in using static analysis
• Be able to use the results of static analysis effectively to improve their code
• See how custom rules can be created to reflect their own best practices