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

what is wpf and wcf in .net explain with an example?

2 Answers  


What is CTS, CLS and CLR ?

20 Answers   CGI, Palm Technology, Reliable Technology, Satyam, Synergy, TCS,


Which object encapsulates state or data of a user?

0 Answers  


Disable browser cache for entire ASP.NET website?

0 Answers   HCL,


How can we create a website?

0 Answers  






What is http request and response?

0 Answers  


Explain client-side scripting?

0 Answers  


How many ways are there to maintain a state in .net? What is view state?

0 Answers  


and can u telme how to explain about our job profile if i have 3years of it experiance in dotnet domain and where to start and where to end , and what shoul i tel and what not(can i mention my education ,and family details,......)i am confusiong a lot. can i ask one with your permision, if u have question that u u went tcs interview as 3+years exp so he/she asked tel me about your profile how can u tel and where to stop. please help me as simple as possible i am facing lot in this..............plese can anyone help me i am awaiting for your reply.

1 Answers   TCS,


What is the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming languages?

1 Answers   Syntax Softtech,


What is session in web technology?

0 Answers  


What is DataGrid wheater its a Server Control or something else ?

0 Answers   NA,


Categories