what is caching,session? when & what is used mostly in
which situtations, how they r implemented in real time?
tell with example?



what is caching,session? when & what is used mostly in which situtations, how they r implement..

Answer / hari kishan reddy

Caching is a technique to store frequently used web pages
and data to local hard disk, for later retrieval.
Session is used to store about the user information.

For example after login you want to use the user-name for
next pages, store the user-name in session, and you can call
this session through out the application. Default timeout
for session is 20 mins.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

To display data in a Repeater control which templete is provided ?

4 Answers   Siebel,


What is ispostback method in asp.net? Why do we use that?

0 Answers  


What are different types of api?

0 Answers  


How does the iis work?

0 Answers  


How to refresh a page in asp.net

4 Answers  






What event handlers can I include in Global.asax ?

1 Answers  


Explain the difference between globalization and localization techniques

0 Answers  


Explain the differences between Server-side and Client-side code?

12 Answers   Cognizant, CTS, Siebel Systems, Visual Soft,


9. Why should we hire you over the others waiting to be interviewed?

0 Answers   Business One, IBM, Swatz Oils,


I have a webform in asp.net.In that webform there is 2 division class(DIV).in one of the div class there is a text box for enter the id & a button for to check id with database value.My doubt is that how can i appear the 2nd Div contents only when the id is true with database value.if wrong do not display the div . i Want code in c#.

2 Answers  


What is the difference between dispose() and finalize()?

0 Answers  


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

0 Answers   EDS,


Categories