In a site to turn off cookies for one page which method is followed?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
Explain a MSIL ? Why is it appreciated by all developers?
From which base class do all Web Forms inherit from?
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?