本系列以微软的 “Microsoft .NET Framework 3.5 Commonly Used Types and Namespaces ” 为地图简单地说明一些常用类型和命名空间。涉及到的命名空间有
1、Base Class Library
System
System.CollectionsSystem.Collections.GenericSystem.DiagnosticsSystem.GlobalizationSystem.IOSystem.SecuritySystem.Security.PerimissionsSystem.TextSystem.Threading2、Runtime Infrastructure Library(含反射)
System (application domain pointers handles)System.RelectionSystem.Runtime.CompilerServicesSystem.Runtime.InteropServices (P/Invoke)3、NetWork Library
System URISystem.Collections.SpeicalizedSystem.NetSystem.Net.Sockets4、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. 参考资料: