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

How you can use video conferencing in asp.net? guys plz help me ...

2 Answers  


How would you enable impersonation in the web.config file?

0 Answers  


Types of objects in ASP ?

2 Answers   Microsoft,


What is difference between URL and URI?

0 Answers   MCN Solutions,


Define page output caching?

0 Answers  






Could u send me the answer for this question as soon as possible. Im using 'System.net.mail.mailmessage' namespace for sending a mail from my application. What should I mention in 'system.net.mail.mailmessage.to' property and What should I mention in 'system.net.mail.mailmessage.from' property.

1 Answers  


What is a Metadata?

3 Answers  


What is the need to give <compilation debug=true> command ?

3 Answers   Netsweeper,


what is code access security,role based security explain with example

1 Answers   Infosys,


When would you not use the oleDbConnection object? a) To connect to an SQL 7.0 database. b) To connect to a DB/2 database. c) To connect to an Access database. d) To connect to an SQL 6.5 database.

6 Answers   Syntax Softtech,


Is sql backend or frontend?

0 Answers  


What is the difference between cache and cookies?

0 Answers  


Categories