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 |
how to create views in sql with syntax and example
What is the difference between Namespace and Assembly?
Explain an assembly and its use?
What is the Difference between Dataset and Datareader?
What are the technology areas that microsoft.net contains?
Explain the difference between datatable and dataset?
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 !
1234 123 12 1 how to design above pic in vb.net?
Can you please explain the difference between system.string and system.stringbuilder classes?
What is CLR?
20 Answers Horizon Computers, Microsoft,
Name the two main parts of .net?
Explain how the .net framework performs automatic memory management.