Types of caching. How to implement caching?
Answer Posted / sadanandam
there are 3 types of caches is there they ara 1)page caching
2)page fragmentaion caching3)data caching
in case of the page caching the total page will be cached
for certain amount of time(i.e the time will declared by
ourself)and in case of page fragmentation caching only a
part of the data will be cached for some amount of time
Data caching, which allows developers to programmatically
retain arbitrary data across requests
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the event handlers that we can have in global.asax file?
What is simple data binding?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is the use of autowireup in asp.net?
What is full form of asp.net?
Which is faster union or union all?
Explain automatic memory management in .net.
What are custom user controls in asp.net?
Explain transparent caching with aop?
Explain the difference between overriding and overloading?
Explain the use of errorprovider control in .net?
Explain the asp.net mvc folder conventions? : asp.net mvc
Explain the steps needed to be performed in order to create an animation in xaml?
Can action method static?
How do cookies work? Give an example of their abuse.