Software Practices

T19 Improving Performance in .NET Applications

08/09/2016

3:45pm - 5:00pm

Level: Introductory to Intermediate

Jason Bock

MVP (C#)

Practice Lead

Magenic

You want to write fast code, but writing code that performs well doesn't come for free. You have to be cognizant of what their code will do when it is executed, and what tools to use when you want to find the hot spots. In this session, you'll learn what a .NET developer needs to know to improve the performance of their 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