How Global.asax is used ?
What are the classes contained in a single .NET DLL ?
What is an inheritance ?Give an example in which inheritance is used?
What is the namespcae generally given to the webpage of the .NET Framework ?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?
Are multiple data types stored in System.Array?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
Compare and contrast between the System.Array.CopyTo() and Clone()?
Contrast System.String and System.Text.StringBuilder classes?
Contrast between an interface and abstract class?
Define assert() method? How does it work?
Define encapsulation?
Define multicast delegate? How it be used?
Define satellite Assembly?
Define the term immutable ?