.NET的命名空间分为两个主要部分。一个是与微软程序语言相关的microsoft,一个是与操作系统相关的system,其中system主要分为应用程序类的命名空间和WEB程序类的命名空间两部分。
下面是常见的命名空间:
Microsoft.VisualBasic 包含VB.NET的RUNTIME和编译运行VB程序必要的类
Microsoft.Win32
System
System.CodeDom
System.CodeDom.Compiler
System.Collections 提供各种对象集合的接口和类,很重要
System.Collections.Specialized
System.ComponentModel
System.ComponentModel.Design
System.ComponentModel.Design.Serialization
System.Configuration
System.Configuration.Assemblies
System.Data 它是整个ADO.NET的命名空间
System.Data.Common
System.Data.OleDb
System.Data.SqlClient
System.Data.SqlTypes
System.Diagnostics 它包含一些类,可以处理系统进程
System.Diagnostics.SymbolStore
System.DirectoryServices
System.Drawing 它定义了GDI+的功能,提供作图的各种功能
System.Drawing.Design
System.Drawing.Drawing2D
System.Drawing.Imaging
System.Drawing.Printing
System.Drawing.Text
System.Globalization
System.IO 提供了输入输出流的功能
System.IO.IsolatedStorage
System.Messaging
System.Messaging.Design
System.Net 封装了与互联网通行有关的协议
System.Net.Sockets
System.Reflection
System.Reflection.Emit
System.Resources
System.Runtime.CompilerServices
System.Runtime.InteropServices
System.Runtime.InteropServices.Expando
System.Runtime.Remoting
System.Runtime.Remoting.Activation
System.Runtime.Remoting.Channels
System.Runtime.Remoting.Contexts
System.Runtime.Remoting.Lifetime
System.Runtime.Remoting.Messaging
System.Runtime.Remoting.Metadata
System.Runtime.Remoting.Metadata.W3cXsd2001
System.Runtime.Remoting.Proxies
System.Runtime.Remoting.Services
System.Runtime.Serialization
System.Runtime.Serialization.Formatters
System.Runtime.Serialization.Formatters.Binary
System.Security
System.Security.Cryptography
System.Security.Cryptography.X509Certificates
System.Security.Permissions
System.Security.Policy
System.Security.Principal
System.Text
System.Text.RegularExpressions
System.Threading 与线程相关的类的功能
System.Timers
System.Web
System.Web.Caching
System.Web.Configuration
System.Web.Handlers
System.Web.Hosting
System.Web.Mail
System.Web.Security
System.Web.SessionState
System.Web.UI 包含各种类,可以产生WEB程序的控件和网页
System.Web.UI.HtmlControls
System.Web.UI.WebControls
System.Web.Util
System.Windows.Forms 包含各种类,可以生产windows下各种应用程序,控件,可视化组件等
System.Windows.Forms.ComponentModel.Com2Interop
System.Windows.Forms.Design
System.Windows.Forms.PropertyGridInternal
System.Xml 提供处理XML标准架构的支持
System.Xml.Schema
System.Xml.Serialization
System.Xml.XPath
System.Xml.Xsl