Answer Posted / aadil
To Imporve the performance of Web Pages, we use Caching.
Caching is a used for persisting data in memory for
immediate acces to the program calls. It has three types :
1. Output Caching - to fetch page level information and data
2. Fragment Caching - to cache the information of a
structure level.
3. Application Caching - to fetch the information of an
application.
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Why will you usually create an aspnet user account in the database for an asp.net web application?
Explain about asp.net caching?
What does a switch do?
Which is better union or union all?
What is a web server? What are the load limits in it?
Can the unique key be null?
Elaborate differentiation between ViewState and SessionState?
Explain how dot net compiled code will become platform independent?
What are server side controls?
What is a user developed application?
How does session work in asp net?
How to implement Authentication and Authorization?
What are the ways to sending the data in ASP.NET page?
How to disable disable browser's Back button in asp.net (JavaScript)?
How to sign out from forms authentication?