摘要: /// <summary> /// 数据访问助手类 //https://mongolab.com/login/ 远程MongoDb免费数据库 /// </summary> public class MongoHelper : IDisposable { private MongoServer mongoServer = null; private MongoDatabase mongoDatabase = null; private readonly static string connectionString = "mongodb://fn2008:1234 阅读全文
posted @ 2013-05-30 15:00 火腿骑士 阅读(440) 评论(0) 推荐(0)