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

Explain how can we inherit a static member?

0 Answers  


How do you do validations. Whether client-side or server-side validations are better.?

5 Answers   Microsoft,


How do you set language in web.cofig ?

3 Answers   Keane India Ltd,


Difference between Dataset and DataReader ?

4 Answers   Accenture, BirlaSoft, Infosys, Microsoft, Techseol,


About Postback ?

6 Answers   Accenture,






Which control has default post back is enabled(true)?

0 Answers   Sans Pareil IT Services,


What is dataset and uses of dataset ?

6 Answers   HCL, TCS,


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

0 Answers   Siebel,


How can we inherit a static variable?

0 Answers  


Is object a value type or referenced type?

2 Answers  


What are the events that happen when a client requests an asp.net page from iis server?

0 Answers  


When is validation done on the client? How does client-side validation improve the efficiency of an application?

1 Answers  


Categories