Difference between application and session ?
Answer Posted / shiva
session object is used to store information between http
request for a particular user. Application are globally
across users.
| Is This Answer Correct ? | 89 Yes | 8 No |
Post New Answer View All Answers
What are the different authentication modes in asp.net?
What are cookies in asp.net?
what is the difference between response.write() and response.output.write()?
Explain the concept of View Model in MVC?
Distinguish between Server-side and Client-side code with its functionality?
What is page fragment caching?
What is state management in .net?
What is the difference between system.stringbuilder and system.string
Explain how is a property designated as read-only?
How does cookies work in asp net?
Is it possible to change the index of primary key on table?
What is webresource axd?
How does u call and execute a sp in .net?
How long the items in ViewState exists?
How can you implement the postback property of an asp.net control?