what is the root namespace for all types?
Answers were Sorted based on User's Feedback
Answer / srivas
System.Object is the root namespace for all types.
Is This Answer Correct ? | 3 Yes | 1 No |
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 |
Answer / aggee
"system.object" is the root name space for all types....
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / hiro kapuriya
using System.data.sqlclient
vb.net
import aspx
Is This Answer Correct ? | 0 Yes | 0 No |
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 |
Tell me how many .net languages can a single .net dll contain?
What is intermediate langauge?
What are the advantages of an assembly?
What is the difference between value and reference types?
what is the base class of .net?
Explain option strict?
Write a program for calculator in VB.NET
6 Answers CMC, College School Exams Tests, IBM, NIIT, Practical Viva Questions, Subex,
What are the assembly entry points?
Explain the difference between import system.data.sqlclient and system.data.oledb?
what is difference between namespace and assembly?
What is MSIL
when do we need a multiple document interface?