sql 语句进行 like in 参数化,按照正常的方式是无法实现的 我们一般的思维是: Like 参数: string strSql = "select * from Person.Address ...
C# 多播委托
using System; using System.Collections.Generic; using System.Li...
C# 匿名方法 lambda表达式 泛型委托
using System; using System.Collections.Generic; using System.Li...
C# 单例模式
using System; using System.Collections.Generic; using System.Li...
C# 编写代码的命名规则
Pascal 规则 每个单词开头的字母大写(如 TestCounter). Camel 规则 除了第一个单词外的其他单词的开头字母大写. 如. testCounter. Upper 规则...
C# 取自身版本 Ping检测网络 读取网络XML 自动更新 范例
private bool CheckUpdateServerState(string host) { ...