true,false ,“”,‘a’,34f,34,34m,@“ggd”,$“gg{age}”
byte int char decimal float double string DateTime TimeSpan bool
Array
dynamic
var 自动推断类型
Object
Console
Math
GUID
Regex
Random
StringBuilder
Convert
typeof(DateTime)
as
??
?
yield
Assembly
Type
PropertyInfo
MemberInfo
MethodInfo
FieldInfo
Activator
AppDomain
Attribute
[Obsolete]
[Serializable]
[AttributeUsage]
SqlConnection
SqlTransaction
SqlDataReader
SqlCommand
SqlParameter
DBNull
ICollection
IEnumerable
IQueryable
IList
ICloneable
List,List
Array
ArrayList
LinkedList 链表
LinkedListNode
Queue
HashSet 去重,交差并补
Hashtable
DictionaryEntry
Dictionary<string,string>,Dictionary<string,object>
KeyValuePair<string,string>
SortedSet 去重加排序
SortedList
SortedDictionary
ConcurrentQueue
ConcurrentStack
ConcurrentBag
ConcurrentDictionary
BlockingCollection
Func<>
Action<>
Drive
DriveInfo
Directory
DirectoryInfo
File
FileInfo
Path
FileStream
StreamWriter
StreamReader
MemoryStream
Encoding
Exception
ConfigurationManager
Thread
ThreadStart
ParameterizedThreadStart
ThreadPool
Task
TaskFactory
Process
AsynCallback
IAsyncResult
ManualResetEvent
Parallel
Monitor
同步等待
信号量等待
限时等待
[Serializable]
BinaryFormater
XmlSerializer
JavaScriptSerializer
JsonConvert
XmlDocument
XmlNode
Graphics
Pen
Brush
Bitmap
Rectangle
PointF
Point
Font
SolidBrush
Image
枚举:
Color
Pens
Brushes
ImageFormat
集合查询语言
陈述式语法(方法语法)
关键字式语法(查询表达式语法)
Enumerable
Where()
Select()
Min()
Max()
OrderBy()
GroupBy()
表达式目录树是一种数据结构,是一种目录树
Queryable
Expression
ConstantExpression
BinaryExpression
ParameterExpression
MethodCallExpression
md5加密:不可逆加密
HashAlgorithm
CryptoConfig
des对称可逆加密
MemoryStream
CryptoStream
DESCryptoServiceProvider
rsa:不对称可逆加密
KeyValuePair<string,string>
RSACryptoServiceProvider
HttpWebRequest
HttpWebResponse
HttpClient
CookieContainer
Stream
StreamReader
HttpStatusCode
WebException
IPAddress
IPEndPoint
Socket
AddressFamily.InterNetwork
SocketType.Steam
ProtocolType.Tcp
包:SuperSocket
XmlConfiguration
LogManager
ILog
基于xpath解析
HtmlDocument
HtmlNodeCollection
HtmlNode
WebService
[WebMethod]
[ServiceContract]
[OperationContract]
[DataContract]
[DataMember]
程序集:System.ServiceModel
ServiceHost
[TestClass]
[TestMethod]
Assert
IUnityContainer
UnityContainer
[Dependency]
[InjectionConstructor]
[InjectionMethod]
TransientLifetimeManager
ContainerControllerdLifetimeManager
PerThreadLifetimeManager
HierarchicalLifetimeManager
begin tran
update [user] set [name]=‘xie’ where id=1
waitfor delay ‘0:0:5’
update [company] set [name]=‘xie’ where id=1
commit tran
is null
存储过程:统计,定时任务
触发器:基于事件的
视图
包:ServiceStack.Redis 付费
PooledRedisClientManager
RedisClientManagerConfig
IRedisClient
ICacheClient
包:StackExchange.Redis