What are the Application_Start and Session_Start
subroutines used for?
Answer Posted / srikanth
Application_Start is fired when the application loads first
time. Here use static data only.Do not use instance data
this is recommended.
Session_Start is fired when a user enters in to the
application.(when he requests first time.)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What is difference between web config and global asax?
Why is the standalone environment only useful during the development process?
Explain the concept of View Model in MVC?
Name the namespace which is used by ado.net?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
What is the difference between login controls and forms authentication?
Explain the role of global.asax?
How many web.config files can I have in an application?
Describe the Server Control Events of ASP.NET?
What is the difference between a multi-layer and multi-tier applications?
What are the two types of web pages?
Can you explain architecture of your project ?
State differences between MVC and WebAPI