Visual Studio / .NET Framework

VSW04 Improving Performance in .NET Applications

12/07/2016

8:00am - 9:15am

Level: Intermediate

Jason Bock

MVP (C#)

Practice Lead

Magenic

We all want to write fast code—but writing code that performs well doesn't come for free. You have to be cognizant of what your code will do when it's executed, and what tools to use when you want to find the hot spots. This session will cover what you as a .NET developer needs to know to improve the performance of your applications.

You will learn:

  • How to address performance issues in code
  • Techniques to eliminate bad code before it becomes an issue
  • How different tools work in .NET to find and fix slow code