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 the difference between session and application?
What is application Object?
What is strong-typing versus weak-typing?
Explain the advantages of caching?
Explain the differences between clr & cts?
Why session is necessary in web application?
What are the advantages of the code-behind feature?
Are cookies client side or server side?
What do you understand by aggregate dependency?
Can we use a static function with a non-static variable?
What is ispostback method in asp.net?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Is asp.net a programming language?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?