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 are the types of threading models in VB.net ?

1 Answers   Satyam,


What is the Difference between Web User Control and Web Custom Control?

6 Answers   Benchmark,


Explain option explicit?

0 Answers  


Can you please explain the difference between namespace and assembly?

0 Answers  


How does you call and execute a SP in .NET?

2 Answers  






Is vb.net a programming language?

0 Answers  


Trace and Debug belongs to which namespaces?

5 Answers  


Explain convert.tostring and i.tostring method?

0 Answers  


Difference between a sub and a function?

2 Answers  


Explain trace in vb.net?

0 Answers  


what is difference between namespace and assembly?

0 Answers  


I want to reduce my CPU Usage when I am querying the Database for records. Now my Winform App(in VB.Net) suddenly Jumps to 100% CPU Usage when i query for records from sql server database. I want this Usage to be less. Any help is appreciated

2 Answers  


Categories