Visual Studio / .NET Framework

VSH04 Improving Performance in .NET Applications

11/19/2015

8:00am - 9:15am

Level: Intermediate

Jason Bock

MVP (C#)

Practice Lead

Magenic

Everyone wants to write fast code. But writing code that performs well doesn't come for free. Developers must be cognizant of what their code will do when executed, and what tools to use when you want to find the hot spots. This session will cover what a .NET developer needs to know to improve the performance of their applications.

You will learn:

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