基元类型(mscorlib.dll):
System.Int64
System.UInt64
System.Int32
System.UInt32
System.Int16
System.UInt16
System.Byte
System.SByte
============================
System.Boolean
System.Char
System.String
============================
System.Decimal
System.Single
System.Double
基础技术(mscorlib.dll、system.dll):
集合(System.Collections) 熟悉
线程(System.Threading) 熟悉
反射(System.Reflection) 较熟悉
配置(System.Configuration)较熟悉
网络(System.Net) 较熟悉
文本(System.Text) 熟悉
IO操作(System.IO) 熟悉
计时器(System.Timers) 熟悉
安全性(System.Security) 了解一点
序列化(System.Runtime.Serialization) 熟悉
---------------------------------------------
数据(System.Data ) 熟悉
XML(System.Xml) 了解一点
事务(System.Transactions) 熟悉
消息队列(System.Messaging) 熟悉
---------------------------------------------
基础类库DLL:
System.Data.dll
System.Xml.dll
System.Messaging.dll
System.Transactions.dll
System.Configuration.dll
分布式技术:
Web Service(System.Web.Services、System.Web.Services.dll)
Remoting(System.Runtime.Remoting、System.Runtime.Remoting.dll)
COM+(System.EnterpriseServices、System.EnterpriseServices.dll)
消息队列(System.Messaging、System.Messaging.dll)
