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

What is MVVM in dot net?

1 Answers   L&T,


What is state management in .net?

1 Answers  


What are the built-in objects in asp.net?

1 Answers  


What is sequence of code in retrieving data from database?

3 Answers   Accenture,


How to handle error while project running on live

2 Answers  


What are main return types supported in Web API?

1 Answers  


In which event of the page life cycle, is the viewstate available?

1 Answers  


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

1 Answers   UGC Corporation,


Can you change a master page dynamically at runtime? How?

1 Answers  


Which is faster viewbag or viewdata?

1 Answers  


How to write unmanaged code and how to identify whether the code is managed /unmanaged?

4 Answers   Accenture,


Descrie about response.buffer and repsonse.flush ?

2 Answers   ADP, Cognizant,


Categories