what is caching,session? when & what is used mostly in
which situtations, how they r implemented in real time?
tell with example?
Answer Posted / 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 View All Answers
What is strong-typing versus weak-typing?
Why session is necessary in web application?
What is session handling in a webfarm, how it can work with its limits?
Explain transparent caching with aop?
What is inproc mode in session?
How does windows service lifecycle differ from a .standard. Exe?
Explain the difference between dataset and datareader.
Differentiate between namespace and assembly.
Explain serialization and deserialization?
What are the types of session in asp.net?
Define web services in asp.net.
How to use ipostback?
What do you mean by View State and what is its role?
Explain file-based dependency and key-based dependency.
What is the difference between c# and .net?