Simple-mongodbMongoDB 的 C# 驅(qū)動包
Simple-mongodb 是 MongoDB 的 C# 驅(qū)動包,主要特點是使用匿名類型和 JSON 。
示例代碼:
var sessionFactory = new SimoSessionFactory();
using (var session = sessionFactory.GetSession("Pls.Simo.GettingStarted"))
{
var entityStore = new SimoEntityStore(session, "MyDatabase");
var interestingUrl = entityStore.FindOne<InterestingUrl>(new { Url = @"http://daniel.wertheim.se" });
}
評論
圖片
表情
