本系列以微软的 “Microsoft .NET Framework 3.5 Commonly Used Types and Namespaces ” 为地图简单地说明一些常用类型和命名空间。涉及到的命名空间有
1、Base Class Library
System
System.Collections
System.Collections.Generic
System.Diagnostics
System.Globalization
System.IO
System.Security
System.Security.Perimissions
System.Text
System.Threading
2、Runtime Infrastructure Library(含反射)
System (application domain pointers handles)
System.Relection
System.Runtime.CompilerServices
System.Runtime.InteropServices (P/Invoke)
3、NetWork Library
System URI
System.Collections.Speicalized
System.Net
System.Net.Sockets
4、XML Library
System.Xml
上面加粗的命名空间是我打算着重讲的
附
1.Microsoft .NET Framework 3.5 Commonly Used Types and Namespaces 截图
主要内容是上面红框内的 Fundamentals 其他框架库用到在说
2. Microsoft .NET Framework 3.5 Commonly Used Types and Namespaces 下载
3. 参考资料:
http://en.wikipedia.org/wiki/Standard_Libraries_(CLI)#Base_Class_Library
http://en.wikipedia.org/wiki/List_of_data_types_of_the_Standard_Libraries#Network_Library