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 is a form tag?
Is asp.net free?
Are cookies stored on server or client?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What is the appSettings Section in the web.config file?
Can we override the enablepartialrendering property of the scriptmanager class?
What are the two Layouts supported by a Web form in ASP.NET?
What are tuples?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is ASLM?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is microsoft windows sharepoint services?
Explain the difference between panel and groupbox classes using .net?
Where is the view state data stored?