The official MongoDB .NET Driver provides asynchronous interaction with MongoDB.
I have read through the mongodb documentation and cannot seem to find out how to create a new database. For …
c# mongodb mongodb-.net-driverI've picked up a piece of code that is using the MongoDB driver like this to get a single object …
c# .net mongodb mongodb-.net-driver mongodb-csharp-2.0I understood my mistake :) Thanks guys. I have one more Question, suppose i have multiple documents with the below structure …
c# json mongodb mongodb-.net-driver bsonI started to use MongoDB at work so far so good. I was wondering though how does MongoDB deal with …
mongodb mongodb-.net-driverI'm trying to save date (using C# official driver): val = DateTime.Parse(value).Date; //Here date is {11/11/2011 12:00:00 AM} var update = …
mongodb mongodb-.net-driverIs there any way in C# to check if a collection with a specific name already exists in my MongoDB …
c# mongodb mongodb-.net-driveri am new to mongodb and stack overflow. I want to know why on mongodb collection ID is of 24 hex …
mongodb mongoid mongodb-.net-driver mongodb-queryUsing the MongoDB C# driver How can I include more than one field in the query (Im using vb.net) …
c# vb.net mongodb mongodb-.net-driverHow do a convert an entire MongoDB BsonDocument into a string? (I'm using the official C# driver)
serialization mongodb document mongodb-.net-driverCan you help me to run correctly "Pull (remove)" with 2.0 driver. I have a collection like this and I want …
c# mongodb mongodb-.net-driver