码迷,mamicode.com
首页 >  
搜索关键字:configurationmanager    ( 293个结果
MongoDBHelper
public class MongoDbHelper { public static readonly string connectionString = ConfigurationManager.AppSettings["MongoDBConnectionString"]; ...
分类:数据库   时间:2014-05-09 13:06:44    阅读次数:446
C# - 使用ConfigurationManager保存数据到App.config
1. ConfigurationManager的命名空间:using System.Configuration;2.To be able to save you have to use a configuration object returned by the OpenExeConfigurati...
分类:移动开发   时间:2014-05-09 03:03:07    阅读次数:596
将DataSet中的数据写入XML
protected void Button1_Click(object sender, EventArgs e) { string conStr = ConfigurationManager.ConnectionStrings["lianxiConnectionString"].Connection...
分类:其他好文   时间:2014-04-29 20:10:07    阅读次数:490
293条   上一页 1 ... 28 29 30
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!