Select the caching type supported by ASP.Net

  1. Output Caching

  2. DataCaching

  3. a and b

  4. none of the above


Correct Option: C

AI Explanation

To answer this question, you need to have knowledge about the caching types supported by ASP.Net.

Option A) Output Caching - This option is correct. Output caching is a caching technique in ASP.Net where the output of a page or user control is stored in memory and reused for subsequent requests. This can improve performance by reducing the processing and rendering time.

Option B) Data Caching - This option is correct. Data caching is a caching technique in ASP.Net where frequently accessed data is stored in memory for quick retrieval. This can improve performance by reducing the need to retrieve data from a database or other external sources.

Option C) a and b - This option is correct. Both output caching and data caching are supported by ASP.Net.

Option D) none of the above - This option is incorrect. Both output caching and data caching are supported by ASP.Net, so option D is not correct.

The correct answer is option C) a and b. Both output caching and data caching are supported by ASP.Net.

Find more quizzes: