What is Event Bubbling in .NET?
What is an Interface? Have you ever developed an Interface.
What is strong-typing versus weak-typing? Which is preferred?
Explain the Scope of public/private/friend/protected/protected friend.
What is the use of system.diagnostics.process class in .net?
Explain the features that are common to all .Net languages.
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
What is meant by globalization?
What is the use of design pattern?
How many languages .NET is supporting now?
38 Answers Dreamtech, IBS, Microsoft, Polaris, RDT, Softcon, Viscus Infotech,
What is the Difference between directcast and ctype?
Is .net a compiler?
Describe the role of global.asax.