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
What is the meaning of TestApi?
Explain how can we inherit a static variable?
What is query string with example?
Explain the Session state management options available with ASP.NET?
What role “#&&” plays in a querysting?
List the events in page life cycle.
What are server activated objects?
Why do we need Sessions?
What are session state modes in asp.net?
What are the Types of authentications in IIS
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What is the difference between Classic ASP and ASP.Net?
What is a session in asp.net?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is the difference between application state and session state in asp net?