[How Do I:] Tune Web Application Performance with Profiling?

by Chris Menegay

In this video we learn that Visual Studio Team System provides two methods of profiling a Web application: Sampling and Instrumentation. Instrumentation injects markers in the underlying code so that the developer can view full details of the application's execution, including call trees and object allocation, to help tune the performance of the application.

▶ Watch video (8 minutes)