.NET and More

T11 Improving Performance in .NET Applications

03/05/2019

1:30pm - 2:45pm

Level: Intermediate

Jason Bock

MVP (C#)

Staff Software Engineer

Rocket Mortgage

We all want 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 it is executed, and what tools to use when you want to find the hot spots. In this session, we’ll cover what a .NET developer needs to know to improve the performance of their applications. You’ll see different tools in action and how they can help resolve different performance issues.

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