what is caching,session? when & what is used mostly in
which situtations, how they r implemented in real time?
tell with example?
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 |
Explain Authentication mechanism in dotnet
When would you set a control's AutoPostBack property to true?
How to do state management in ASP.NET?
How do you validate the controls in an ASP .NET page?
Which @page directive should you create an asynchronous page?
About session modes
How to implement role based security in asp.net mvc? : Asp.Net MVC
What is web.config. How many web.config files can be allowed to use in an application?
6 Answers Accenture, HCL, InterGraph, iSoft,
What is a ashx file?
What is the difference between globalization and localization?
Can you explain autopostback?
Describe paging in asp.net?