
This article describes how to use the Performance Administration Tool to analyze the performance of .NET Framework-based Windows applications.
Performance monitoring for .NET Framework applications differs from conventional Windows applications in several ways. The most fundamental difference is that applications are executed by the common language runtime (CLR). The common language runtime accepts requests for resources from applications, determines whether the application is permitted to have access, and prioritizes requests when resource conflicts occur.
|