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 / 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

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

Post New Answer

More ASP.NET Interview Questions

How do you define authentication in Web.Config?

2 Answers   Patni,


How do you deploy your asp.net application?

1 Answers  


What r the page life cycle in asp.net page?

6 Answers  


List of words of preprocessor in .net?

1 Answers  


Explain the server control events of asp.net ?

1 Answers  


How does asp.net work?

1 Answers  


what is use of doctype tag in asp.net

1 Answers   TCS, Wipro,


AJAX - explain the concept and some controls like update panel, tabcontrol etc

2 Answers   Syntel,


please give a brief knowledge about these events ? page_render() page_prerender() page_unload page_loadcomplete page_preinit

1 Answers   Netsweeper,


Give a few examples of page life cycle events.

1 Answers   Accenture,


In what order do the events of an ASPX page execute, As a developer is it important to understand these events?

4 Answers  


What for use web.sitemap in asp.net?

1 Answers  


Categories