Multiple choice technology programming languages

You need to obtain performance information about your Web Application. You should use which of the following?

  1. Data Readers

  2. Performance Counters

  3. Web Performance Counters

  4. Data Performance Counters

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In .NET, Performance Counters are the standard mechanism for obtaining performance information about web applications. They provide metrics on CPU usage, memory consumption, request rates, response times, and other performance indicators for monitoring and diagnostics.