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

What is enumerator?

0 Answers  


difference between checkbox vs radiobutton??

0 Answers  


What is the main purpose of garbage collector?

0 Answers  


Explain the use of option explicit?

0 Answers  


How do you define a read only property in a class module?

0 Answers  






What is code access security?

0 Answers  


Explain enumerator?

0 Answers  


What are the objects in asp.net?

0 Answers  


What is global assembly cache (gac)?

0 Answers  


There are three versions of VB6--Learning Edition, Professional and Enterprise. Is VB.Net similar?

1 Answers  


sir i want to ask you that how can i fetch or get sql data into texboxes.where i want to show record in specific texboxes related to student information.when i click on button all data show on texboxes when i put id or name plz inform me on my id

1 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  


Categories