The official MongoDB .NET Driver provides asynchronous interaction with MongoDB.
I have a product document that contains an array of documents. For example { id: 1, name: "J-E-L-L-O", store:[{id: 1, name: "Store …
c# mongodb mongodb-.net-driverThe result: If you are operating on a dataset that is fault tolerant, or doing a one time process you …
c# performance mongodb mongodb-.net-driverIm working on a project that use .NET Razor and mongodb. I would like to do something like this: @{ var …
c#-4.0 mongodb mongodb-.net-driver dynamicobjectI have created a C# class like this: public class Employee { [BsonRepresentation(BsonType.ObjectId)] public string Name { get; set; } public …
c# mongodb mongodb-.net-driverI know that MongoDB is not supposed to support unit of work, etc. But I think it would be nice …
c# mongodb mongodb-.net-driverI am using MongoDB for keeping log data. And my goal is zero dropped log record. Now i am using "…
c# mongodb mongodb-.net-driverI'm having some trouble with the new C# 2.0 MongoDB driver and the aggregation pipeline. Basically, I'm trying to return the …
c# mongodb mongodb-.net-driver mongodb-csharp-2.0I migrated from 1.9 to 2.2 and reading the documentation I was surprised to discover that is not possible to upsert during …
c# mongodb batch-processing mongodb-.net-driver bulkI'm wondering what the best practice for modelling by using references would be given situation under. I'm using MongoRepository library. …
c# asp.net-mvc mongodb mongodb-.net-driverThis seems so basic that I'm sure I've just overlooked a class or a method somewhere, but for the life …
c# .net json mongodb mongodb-.net-driver