What is the base class of .NET?

Answers were Sorted based on User's Feedback



What is the base class of .NET?..

Answer / akn

System.object

Is This Answer Correct ?    21 Yes 0 No

What is the base class of .NET?..

Answer / sumit gupta

System.object is for .Net

system.Web.UI is for asp.net

Is This Answer Correct ?    9 Yes 0 No

What is the base class of .NET?..

Answer / sharif

System.Object is the base class for .Net

Is This Answer Correct ?    9 Yes 0 No

What is the base class of .NET?..

Answer / dharmendra joshi

System

Is This Answer Correct ?    1 Yes 2 No

What is the base class of .NET?..

Answer / anand

System.Data

Is This Answer Correct ?    0 Yes 13 No

What is the base class of .NET?..

Answer / saravanan

System.Net

Is This Answer Correct ?    0 Yes 15 No

Post New Answer

More ASP.NET Interview Questions

What are the new navigation controls in asp.net 2.0?

0 Answers  


Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.

1 Answers  


What is a proxy in web service?

0 Answers  


what is the difference between this.controls and page.form1.controls and me.controls?

2 Answers   FactorH,


What’s difference between “optimistic” and “pessimistic” locking?

0 Answers  






On what object is the transaction in ADO.NET focused on? a) The command object b) The DataSet object c) The Connection object d) The DataAdapter object

4 Answers   Syntax Softtech,


What are the events in a page life cycle?

0 Answers  


What does the "EnableViewState" property do? Why would I want it on or off?

3 Answers  


How can you pass multiple complex types in Web API?

0 Answers  


What is Web API Routing?

0 Answers  


Explain some of the major built-in objects in asp.net

0 Answers  


Given an ASP.NET Web Form called WebFrom1, what class does the WebForm1 class inherit from by default? a) System.Web.Form b) System.Web.GUI.Page c) System.Web.UI.Page d) System.Web.UI.Form

3 Answers   Syntax Softtech,


Categories