Which namespace is the base class for .net Class library?



Which namespace is the base class for .net Class library?..

Answer / hardikatrivedi2

System.Object

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is machine.config in .net?

0 Answers  


Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?

0 Answers  


How to find methods of a assembly file (not using ILDASM) Reflection

1 Answers  


What is web.config in .net?

0 Answers  


What is the transport protocol you use to call a seb service soap?

0 Answers  


DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12

3 Answers  


What are code contracts?

0 Answers  


Elements of CAS

0 Answers  


What is an Exception? How many exceptions exist in Dot net and explain them?

2 Answers   CSC, TCS,


How we can achieve Connection pooling in .Net?

0 Answers   PUCIT,


What are the two kinds of properties.

2 Answers   Wipro,


What is an Interface? Have you ever developed an Interface.

5 Answers   Deloitte,


Categories