Explain cashing in ASP.NET.
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
BY Best Interview Question ON 20 Jan 2019