Using activex control in .net?
What is Garbage Collection in .Net? Garbage collection process?
What is the use of ErrorProvider Control in .NET?
Dot Net is Platform Independent or Platform Dependent..?
What is a delegate, How many types of delegates?
What are the differences between an interface and an abstract class in .net?
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
1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.
Explain can 2 different applications use the same dll in gac at the same time?
What are the new features of Framework 1.1 ?
What is meant by globalization and localization?
What?s a proxy of the server object in .NET Remoting?
What is Serialiazation?