Describe the role of global.asax.
Answers were Sorted based on User's Feedback
Answer / gurram.ssr
Application events and Session events are handled here
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / raman
In Global.asax page we can decalre all the global variables
that can be accessed across the aplication.
Is This Answer Correct ? | 1 Yes | 3 No |
why you wouldn't want to write into it even if you could
What is MSIL, IL, CTS?
what is machine key error in .NET how can we solve it?
Is .net core the future?
When displaying fonts, what is the difference between pixels, points and ems?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
Please explain when should you use .net web forms over asp.net mvc?
What is RunTime Polymorphism?
5 Answers Deloitte, eClerx, Horizon, Intel, Pragna Technologies,
When should I use .net core?
What are the deferred execution and the immediate execution in linq?
Can you configure a .NET Remoting object via XML file?
What is 3 tier architecture?