摘要:
Dim sNewConnStr As String = "" 'Get the file info Dim config As System.Configuration.Configuration = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None) 'Load the file in... 阅读全文
摘要:
1.利用Linq创建一个XML //Create dummy XML to work var root = new XElement("parent", from i in new int[] { 1, 2, 3, 4, 5, 6 } select new XElement("child", new XAttribute("number", i))); This w... 阅读全文
摘要:
大家再猜猜.Net Framework4.0会有多少呢?各位现又了解多少呢? 阅读全文