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 |
Explain the differences between server-side code and client-side code.
i have an array of 10 objects whose values are from 1-10 randomly inserted. i have deleted one array object. tell me what is that value? write the logic of it.
2 Answers Deloitte, Srp Khanij,
Why MVC programming model preferred?
How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?
How to load the contents of an xml file into an xmldocument object?
What is cyclomatic complexity and why is it important?
Do you know what are three common acronyms used in .net, and what do they stand for?
Describe the programming model of a windows service
What is il in vb.net?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
What is STA in .NET?