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
What is %20 in a url?
Explain the server control events of asp.net ?
What are the asp.net 2.0 features?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What is the difference between client-side and server-side validations in ASP.NET?
What symbol specifies the beginning of a query string?
What is difference between mvc and asp.net? : Asp.Net MVC
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
Where the viewstate is stored after the page postback?
How you can add an event handler?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
How u refer webservices?
witch is the best insistute in sharpoint course.what abt future of share point course.
What can you do with asp.net?
Explain the difference between Repeater and Data list control in ASP.NET?