* mongodb-csharp driver * simple-mongodb driver * NoRM There are three mongodb clients for .net, all of them appears to have same numbers of followers.
I was able to successfully insert a new document using the following code but I was not able to get the _id of the newly inserted do开发者_Python百科cument.
I am not deep in working with MongoDB. But i want to use it with C# driver. I guess that not all features can be available in this driver (Am i right?). Or for example, it easy to find some code writt
I\'m in the process of converting a system from sql server to mongodb.I believe the project is a good candidate for mongodb, but that\'s not my question.
i have a datagridview bould on a list from Mongodb. however i cannot edit the grid. I dunno why its like that?
I\'m approaching MongoDB from an NHibernate background and I want to know what the best practices are for efficient usage in a web context.
Using the c# driver and MongoDB on windows server.Connection code looks like this: using (var mongo = new Mongo(ConnectionString))
开发者_StackOverflowIs there a C# MongoDb Driver which supports replica sets?There\'s a testing branch of mongodb-csharp with support for Replica Sets.
I am using the MongoDB-Csharp driver and I was wondering what the proper way to insert and query date field?
I\'m trying to use MongoDB with my POCOs. Using mongodb-csharp library (http://github.com/samus/mongodb-csharp), I\'ve got everything working, but I have to have my Ids set to OIds which requires me t