What is the difference between application and cache variables?
Answer Posted / sandip bramhankar
Application object in not thread safe. You have to provide
your owen locking. But Cache is thread safe. Oveerhead of
locking can avoide by using Cache object
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain about asp.net caching?
Explain how dot net compiled code will become platform independent?
What is the meaning of TestApi?
What is postback pixel?
What are session state modes? List some of the important session state modes of asp.net.
What is hidden field in asp.net?
Which is faster viewdata or viewbag?
How would you get asp.net running in apache web servers? Explain it's limitations.
Can you explain one critical mapping? Performance issue which one is better?
How would you turn off cookies on one page of your website?
what are the security certificates used in webservices?
Explain the use of resource manager class in .net.
What is session id in web application?
What are the various session state management options provided by asp.net?
How long the items in ViewState exists?