What is asax file in c#?



What is asax file in c#?..

Answer / Anand Pratap Mishra

ASAX (Application Services) files are used in ASP.NET applications for application-level events. They provide a centralized location to handle global application-level events such as Application_Start, Application_End, Session_Start, and Session_End.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is difference between constants and readonly in c#?

1 Answers  


Explain how do I convert a string to an int in c#?

1 Answers  


Does c# support multilevel inheritance?

1 Answers  


which access modifier we can declare the abstract class?

5 Answers   IBM,


What is the components of window?

1 Answers  


What is throw in c#?

1 Answers  


use of operator overloading of implicit & explicit operators?

1 Answers   TCS,


How string definitions will prevent escaping on backslashes in C#?

1 Answers   Siebel,


Explain dataadapter.update method in .net?

1 Answers  


What is a must for multitasking

1 Answers   InterGraph,


What are assemblies?

1 Answers   Microsoft,


What is the root element of an xml file?

1 Answers  


Categories