Monthly Archives: May 2010

Using Linq with MongoDB

Last week we looked at accessing MongoDB using the C# driver. This week we will look at accessing it using Linq. If you followed the instructions for last weeks post, you already have everything you need to get up and running. So lets just jump right in. Referencing MongoDB.Linq To access the Linq functionality of […]

Posted in .NET, C#, Linq, MongoDB, NoSQL | Tagged , , , , | Leave a comment

Accessing MongoDB via C#

Last week we looked at setting up a MongoDB instance, and working with it through the Mongo shell. This week, we look at accessing it through the C# driver. Getting the Driver There are several .NET drivers available for MongoDB. You can check out the list here. I chose to use the mongodb-csharp driver. It […]

Posted in .NET, C#, MongoDB, NoSQL | Tagged , , , | 2 Responses