What is caching? What are the different types of caching?
Answer Posted / suresh
caching is used to store frequently used data,so the
performance of the server increases.
caching is of three types,they are
1)output caching
2)data caching
3)fragmentation caching
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What does postback mean?
What is redirecting behavior?
How to do state management in ASP.NET?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What are the built-in objects in asp.net?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
What is skin in asp.net?
What is a 1x1 pixel?
Can you clarified A Web service can only be written in .NET or not?
How to reduce the width of textbox in editcommandcolumn of datagrid?
How will you maintain versioning in asp.net 2.0?
What is asp.net and how it works?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
How many web.config files can I have in an application?
How do u declare static variable and how it is declared and what is its lifetime?