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

Can we use multiple web.config files in an sigle appliction?

3 Answers   IBS,


What is an il?

0 Answers  


what is difference between .net 3.0 and 3.5

3 Answers  


What is application variable?

0 Answers  


Why session management is required?

0 Answers  






in which protocol ASP.NET WEB API Work?

0 Answers   HCL,


What is the use of @Register directives?

3 Answers  


how to create textboxes dynamically and insert textbox text into sql database

2 Answers   AGiSAC,


How can you handle unmanaged code exceptions in asp.net?

0 Answers  


What are the data controls available in asp.net?

0 Answers  


Explain file-based dependency and key-based dependency.

0 Answers   MindCracker,


Explain the role of global.asax?

0 Answers  


Categories