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
How can you enable impersonation in the web.config file?
What is AutoEventWireup attribute for ?
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 are the different types of sessions in asp.net? Name them?
What are the elements of a website?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
How Session use Cookies in State Management?
Why asp.net is better than php?
Name some asp objects?
What is fulltrust?
What is the main differences between asp and asp.net?
What are the different validators in asp.net?
What are server-side comments in ASP.NET?
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?
Describe how ASP.NET maintains process isolation for each Web application?