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
What are the media types of http requests and response?
Why viewstate is used in asp.net?
Why is xap important?
Explain the difference between response.redirect vs server.transfer
Explain the differences between managed and unmanaged code?
If 200 is for all successful operation then why do we have 201 response codes?
What is the difference between login controls and forms authentication?
How can we apply themes to an asp.net application?
In ViewState How much lifespan items stored?
How many types of validators are there in asp net?
Describe the master page.
is gateway for sms continue connected for sending sms.how?
Why we go for mvc instead of asp.net? : Asp.Net MVC
Can we store object in viewstate?
Explain the main differences between asp and asp.net?