Answer Posted / ravindra
caching means frequently used data on to the temporary memory
3 type of cachings are there
1.output caching:when cache apply to entire page output on
to the temporary memory
2.fragment cache:when cache apply to different portions of
web page
3.datacaching:when cache apply to memory variables.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is asp.net futures?
How can we access static variable?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is the maximum number of classes that can be contained in one dll file?
What is a web api?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is the difference between executescalar and executenonquery?
Explain the basic functionality of garbage collector?
Explain asp.net mvc request life cycle? : asp.net mvc
What are the asp.net 2.0 features?
Which .NET framework supports Web API?
What are the advantages and disadvantages of session?
What is the difference between cache and cookies?
What are the asp.net security controls?
What is the page life cycle in asp.net?