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 the difference between executescalar and executenonquery?
What is paging in context of Memory?
How can u debug your .net application?
Explain how cookies work.
How can we apply themes to an asp.net application?
What is asp.net file?
Explain about solution explorer window?
Can you explain autopostback?
Where is cookie used in asp.net?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
What is work flow gen? how can it will work with .Net?
How do cookies work? Give an example of their abuse.
What is the life-span of the items in the viewstate?
Is there any property names “isnavigating”?
Explain a program using razor view engine to create a simple application? : asp.net mvc