1.

Explain cashing in ASP.NET.

Answer»

The caching technique is used to INCREASE performance level in ASP.NET by keeping frequently accesses FILES or DATA in memory. The request for a cached data/file will be directly OBTAINED from the cache instead of the ACTUAL location of that data or file.

 

ASP.NET has three types of caching:

  • Data Caching
  • Fragment Caching
  • Output Caching


Discussion

No Comment Found