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 a windows service?
Why do we need asp.net?
Define a multilingual website?
How asynchronous call can be implemented using delegates?
What is postback and autopostback in asp.net?
How to reduce the width of textbox in editcommandcolumn of datagrid?
Explain the difference between webfarm and webgardens in .net?
Where is the view state data stored in asp net?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
Which is better session or viewstate?
Web API supports which protocol?
To wrap up a call to a Web service the standard used is..?
Explain asp.net mvc request life cycle? : asp.net mvc
Define caching.
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.