MongoDB Presentations - C# Development with MongoDB. MongoDB and db4o via Linq / The object-document mismatch. Rob Conery recently wrote about using MongoDB with Linq.
I was really intrigued by the fact that you can use elegant, readable, type-safe Linq-queries to access MongoDB document database. To be honest, I had no clue what an object database really is, but when it speaks Linq it must be cool, I thought. So I dug a bit deeper into MongoDB and NoRM, which is a nifty C# driver for MongoDB developed by Andrew Theken and several others. You might want to grab a copy at github, where you can see how incredibly active the project is! Mongodb/mongo-csharp-driver.
CSharp Driver Tutorial. Introduction This tutorial introduces the officially supported C# Driver for MongoDB.
The C# Driver consists of two libraries: the BSON Library and the C# Driver. The BSON Library can be used independently of the C# Driver if desired. The C# Driver requires the BSON Library.