what is caching

Answers were Sorted based on User's Feedback



what is caching..

Answer / samba

Caching is a concept of storing frequently used data into
temporary memory.

caching at different levels

1. Output Caching (Page Level)
2. Fragment Caching
3. Application Level Caching

Is This Answer Correct ?    3 Yes 0 No

what is caching..

Answer / neo upadhyay

Caching is a technique of persisting the data in memory for
immediate access to requesting program calls.

ASP.NET provides the flexibility in terms of caching at
different levels
1)Page Level Output Caching
2. Fragment Caching
3. Application Level Caching


Caching is a technique that definitely improves the
performance of web applications if one is careful to have a
balance in terms of which data needs to be cached and
parameter values for expiration policy.

Is This Answer Correct ?    1 Yes 0 No

what is caching..

Answer / nizath ali. u

Hi all this is Nizath Ali,

Caching is a technique, used to improve the
performance of a web application. It temporarily storing
the frequently used data for the web application on the
local hard disk for later retrieval.
(If multiple users access the web application on a
web server, The problem of slow access will occur. To
overcome this problem ASP.NET provides "Caching".)
There are 3 different levels of caching,
1. Output Caching (In this type of caching the data for the
entire page is cached. It is Page Level Caching.)
2. Fragment Caching (In this type of caching the data for
only the specific sections of the page is cached.)
3. Data Caching (In this type of caching all the
frequently accessed data is cached in server side memory
variable. It is Application Level Caching.)

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process

1 Answers   HCL, Siebel Systems, Visual Soft,


what is the uses Of Global.asax

3 Answers  


ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?

0 Answers  


What is Model-View-View Model?

0 Answers   MCN Solutions,


What is web.config. How many web.config files can be allowed to use in an application?

6 Answers   Accenture, HCL, InterGraph, iSoft,






any body help me. Is it possible to convert text in gif images into word document with the same text? thanks in advance.

2 Answers  


Usage of web.configuration ?

3 Answers   Microsoft,


what is caching

3 Answers  


Take one textbox if I am inputting abc alphabet in capital letter or in small letter on the button click it will be bcd or if I enter 123 and it would be 234 like that in ASP.NET?

3 Answers   DNS,


In try catch blocks one is normal catch block and another is sqlcatchexception block

3 Answers   Microsoft,


what is dumpbin.exe?

1 Answers  


What are ASHX files?

0 Answers   HCL,


Categories