Answer Posted / 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 |
Post New Answer View All Answers
Can one dll file contains the compiled code of more than one .net language?
How do I send an email message from my ASP.NET page?
What are Master Pages in ASP.NET?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
Describe the events in the life cycle of a web application.
How do u declare static variable and how it is declared and what is its lifetime?
What is the equivalent of date() and time() in asp.net?
Can you set the session out time manually?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Can we have 2 web config files?
Explain difference between dataset and datareader?
Is asp.net free?
What is the use of data set in asp.net?
Can you explain the basic use of dataview?
In which event of the page viewstate is available?