what is the root namespace for all types?

Answers were Sorted based on User's Feedback



what is the root namespace for all types? ..

Answer / lakshmi

System

Is This Answer Correct ?    6 Yes 1 No

what is the root namespace for all types? ..

Answer / badrinath

system.object

Is This Answer Correct ?    7 Yes 2 No

what is the root namespace for all types? ..

Answer / daniel

Imports system

Is This Answer Correct ?    3 Yes 1 No

what is the root namespace for all types? ..

Answer / srivas

System.Object is the root namespace for all types.

Is This Answer Correct ?    3 Yes 1 No

what is the root namespace for all types? ..

Answer / raghuram

system is the root namespace and system.object is the base
class of all calass in dot net framework.

Is This Answer Correct ?    3 Yes 1 No

what is the root namespace for all types? ..

Answer / aggee

"system.object" is the root name space for all types....

Is This Answer Correct ?    1 Yes 0 No

what is the root namespace for all types? ..

Answer / hiro kapuriya

using System.data.sqlclient
vb.net
import aspx

Is This Answer Correct ?    0 Yes 0 No

what is the root namespace for all types? ..

Answer / payal

System is root namespace for all types

in vb.net
imports System.data.sqlclient
in c#
using System.data.sqlcient

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More VB.NET Interview Questions

how to create views in sql with syntax and example

5 Answers  


What is the difference between Namespace and Assembly?

0 Answers  


Explain an assembly and its use?

0 Answers  


What is the Difference between Dataset and Datareader?

7 Answers  


What are the technology areas that microsoft.net contains?

0 Answers  


Explain the difference between datatable and dataset?

0 Answers  


hello! I am developing software in vb6 and vb.net separately which i need to generate barcodes e.g i have a string "182346-u",so the problem is that how to generate barcode from this type of string can any body help me please thanks regard !

2 Answers  


1234 123 12 1 how to design above pic in vb.net?

2 Answers   ABC,


Can you please explain the difference between system.string and system.stringbuilder classes?

0 Answers  


What is CLR?

20 Answers   Horizon Computers, Microsoft,


Name the two main parts of .net?

0 Answers  


Explain how the .net framework performs automatic memory management.

0 Answers  


Categories