What is caching? Explain.



What is caching? Explain...

Answer / Vikas Sharma

Caching is a technique used in computer programming to temporarily store data in memory or on disk, allowing faster access to the data without having to re-fetch it from its original source. This can improve application performance by reducing the number of requests made to slow data sources like databases.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are standard controls?

1 Answers  


What is event bubbling?

1 Answers  


How do you create a permanent cookie?

2 Answers  


How do we assign page-specific attributes?

1 Answers  


What is application variable in asp.net?

1 Answers  


What are the server controls in asp.net?

1 Answers  


What is boxing and unboxing ?

7 Answers   Accenture, Infosys, MedTek,


What is difference between cache and session?

1 Answers  


Can you explain the importance of finalize method in .net?

1 Answers  


When would you set this property to false?

2 Answers  


Which object encapsulates state or data of a user?

1 Answers  


We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?

1 Answers  


Categories