摘要: If you have been using the new Visual Studio 2005 beta you have noticed a few new files showing up in the "bin" folder with the word "vshost" in the filename. For example, when you create a new WindowsApplication and hit F5, you may notice files named "WindowsApplication1.vs 阅读全文
posted @ 2011-06-08 08:27 cnbwang 阅读(193) 评论(1) 推荐(0) 编辑
摘要: Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); config.AppSettings.Settings["code"].Value = DateTime.Now.ToString(); config.ConnectionStrings.ConnectionStrings["orgcon"].ConnectionString = DateTime.Now.ToString(); config.Save(); Conf 阅读全文
posted @ 2011-06-08 08:14 cnbwang 阅读(201) 评论(0) 推荐(0) 编辑