What is caching and types of caching ?

Answers were Sorted based on User's Feedback



What is caching and types of caching ?..

Answer / prakash.rout

caching is generally used to catch frequently accessed
data.when u used catching at that time u have to depend
upon certain variables like parameter,time etc..
But one demerit of using catching is if ur using dynamic
page at that time u will unable to get the updated value.

types of catching:
1.data caching
2.output caching
3.fragment caching


Good Luck..........

Is This Answer Correct ?    11 Yes 3 No

What is caching and types of caching ?..

Answer / aadil

To Imporve the performance of Web Pages, we use Caching.
Caching is a used for persisting data in memory for
immediate acces to the program calls. It has three types :

1. Output Caching - to fetch page level information and data
2. Fragment Caching - to cache the information of a
structure level.
3. Application Caching - to fetch the information of an
application.

Is This Answer Correct ?    8 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

Mention few asp.net validators.

0 Answers  


What are Caching techniques in .NET

0 Answers   Microsoft,


Explain asp.net mvc request life cycle? : asp.net mvc

0 Answers  


what is aspcompat? what it does?

1 Answers  


What websites use asp.net?

0 Answers  


What are the steps involved to fill a dataset?

0 Answers  


Where is http session stored?

0 Answers  


Is it necessary to lock application state before accessing it ?

1 Answers  


What is the difference between Webservice and WCF

9 Answers   IBM, ITC Infotech,


What is bson in web api?

0 Answers  


Explain about asp.net caching?

0 Answers  


What are the differences between Dataset and DataReader?

3 Answers   Accenture,


Categories