What is the difference between application object and
session object?
Answer Posted / linton lazar
Application object can store the value through out the
application.It using Application.lock(),Application.unlock
() for store the values.
Sessions helps to preserve data across successive accesses.
These can be done on a per user basis, via the use of
session objects. Session objects give us the power to
preserve user preferences and other user information when
browsing a web application
Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is owin authentication?
What is the maximum amount of memory any single process on windows can address?
Where do the cookie state and session state information be stored?
Explain diff between dataset and datareader?
Explain how cookies work. Give an example of cookie abuse.
What are the validation controls available in ASP.NET?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
How would you implement inheritance using c#?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Explain the difference between value type and reference type?
What are the different kinds of assemblies?
Explain the asp.net mvc folder conventions? : asp.net mvc
What are custom user controls in asp.net?
What is the difference between file-based dependency and key-based dependency?