Which is the base class for .net Class library?
Answer Posted / mahesh kotekar
system is a namespace and object is the class
system.object is the base class for .net class library or we
can say root object
<mvkotekar@yahoo.com>
| Is This Answer Correct ? | 75 Yes | 6 No |
Post New Answer View All Answers
What are Validation Annotations?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
what is minimum requirement for entity framework applications to run?
Is it possible to share a view across multiple controllers?
Why to use html.partial in mvc?
What is tempdata?
What is routeconfig.cs in mvc 4?
What is viewdata?
How we can handle the exception at controller level in ASP.Net MVC?
Can you use Razor code in Javascript in ASP.Net MVC?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
What is the use of the default route {resource}.axd/{*pathinfo} ?
What is action methods in web api?
What is associationset? : Entity framework
Is it possible to cancel filter execution?