ASP.NET Caching Question:

Download Job Interview Questions and Answers PDF

Explain advantages of Caching?

ASP.NET Caching Interview Question
ASP.NET Caching Interview Question

Answer:

It increases performance of the application by serving user with cached output.
It decreases server round trips for fetching data from database by persisting data in the memory.
It greatly reduces overhead from server resources.

Download ASP.NET Caching Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Transparent caching with AOP?Explain Page Output Caching?