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 do you use the app_code folder in asp.net?
What's the difference between viewstate and sessionstate?
Which two new properties are added in asp.net 4.0 page class?
What are the uses of reflection?
What are the events in a page life cycle?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Define asp.net caching?
What are the uses of list view control in Asp.net?
Where is the view state data stored in asp net?
What is a Cookie? Where is it used in ASP.NET?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
Explain how do you deploy your asp.net application?
What is advantage of asp.net?
How many types of session state management options available in asp.net?
What is redirectpermanent in asp.net?