What is Difference between Application object and Session Object
Answer Posted / m madar
Application object store the data till application is shut down.
Session object store the data till browser close.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What are the validation controls available in ASP.NET?
Which is faster viewdata or viewbag?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
Can you explain page lifecycle in net?
Describe in brief .net framework and its components.
What is application variable in asp.net?
What is the function of new view engine in asp.net? : asp.net mvc
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
Where would you use an ihttpmodule, and what are the limitations of any?
Explain the code Access Security (CAS) in .net Framework?
What is Forms Authentication in ASP.NET?
Describe paging in asp.net?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What is difference between URL and URI?
Why is asp.net so popular?