---
title: "Which is the base class for .net Class library?"  
description: "Which is the base class for .net Class library?"  
author: "Saurabh anand"  
published: 2010-12-11  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/289/which-is-the-base-class-for-dot-net-class-library  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# Which is the base class for .net Class library?

System.object \
\
The System namespace is the root of all namespaces in the .NET Framework.

## Answers

### Answer by Saurabh anand

System.object \
\
The System namespace is the root of all namespaces in the .NET Framework.


---

Original Source: https://www.mindstick.com/interview/289/which-is-the-base-class-for-dot-net-class-library

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
