摘要:
XPath语法在C#中使用XPath示例XPath可以快速定位到Xml中的节点或者属性。XPath语法很简单,但是强大够用,它也是使用xslt的基础知识。示例Xml:?100this is a black cat80this is a white cat80this is a yellow cat1... 阅读全文
摘要:
protected void Button1_Click(object sender, EventArgs e) { List list = new List(); using (SqlConnection conn = new SqlConnection(connectStr)) { SqlCom... 阅读全文
摘要:
Windows Server AppFabric 缓存(微软分布式缓存解决方案)主要介绍一下Windows Server AppFabric特点,详细的介绍及代码参照MSDN,这里就不多此一举了。(同类产品Memcahed) Windows Server AppFabric 扩展了 Windows ... 阅读全文