Answers

Question and Answer:

  Home  ASP.NET Caching

⟩ What is ASP.NET Caching?

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.

 143 views

More Questions for you: