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
How asp.net mvc differs from asp.net web forms? : asp.net mvc
What is the difference between adding reference in solution explorer and adding references by using ?
Why is global asax is used?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
Are cookies client side or server side?
What is the asp.net control toolkit?
What is the maximum amount of memory any single process on windows can address?
What are the 3 types of web?
What is inproc and outproc?
Define managed code and managed data in .net?
How does asp page work?
What is the life cycle of web page?
What is the difference between union and structure?