The Core of .NET

VSW03 Analyzing Code in .NET

11/16/2022

8:00am - 9:15am

Level: Intermediate

Jason Bock

MVP (C#)

Staff Software Engineer

Rocket Mortgage

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 to find all kinds of implementation issues before they show up in a release. You'll also see how you can create your own analyzers to hunt down problematic areas in code.

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 analyzers can be created to reflect their own best practices