Level: Introductory to Intermediate
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, you'll learn what a .NET developer needs to know to improve the performance of their applications.
You'll 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