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 are the core differences between .NET Languages ?

0 Answers   TCS,


What is the difference between function and stored procedure?

0 Answers  


What is Entity Relationship Model in .NET?

0 Answers   Viscus Infotech,


How can I get at the win32 api from a .net program?

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  






Explain why do we use the “using” statement?

0 Answers  


Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?

0 Answers   Infosys,


As you know read-only variables and constants have many similarities, but what is at least one way that they differ?

0 Answers  


Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

0 Answers  


What are pdbs?

0 Answers  


How is .net core cross platform?

0 Answers  


Please explain what is a delegate?

0 Answers  


Categories