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 |
what is object lock?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
What?s a proxy of the server object in .NET Remoting?
Why is .net used?
How do you turn off cookies for one page in your site? Give an example.
What is the difference between override and overload in a method?
How to load the contents of an xml file into an xmldocument object?
Types of JIT and what is econo-JIT ?
What is the difference between server.transfer and response.redirect? Why?
Compare client server application with n-tier application
What is a garbage collector?
Explain weg config settings for exception managment in asp.net?