ASP.NET Caching Question:

Download Job Interview Questions and Answers PDF

What is ASP.NET Caching?

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

Answer:

Caching technique allows to store/cache page output or application data on the client. The cached information is used to serve subsequent requests that avoid the overhead of recreating the same information. This enhances performance when same information is requested many times by the user.

Download ASP.NET Caching Interview Questions And Answers PDF

Previous QuestionNext Question
What is Data Caching?Do you know Caching Feature?