mongodb-.net-driver
MongoDB - Query within an in-memory BsonDocument
I am reading a single document into a BsonDocument object.Having read the document from MongoDB I\'d like to query the document in-memory.[详细]
2023-03-05 08:07 分类:问答MongoDB MapReduce Stats Engine
I\'m trying to develop a generic reporting engine for a MongoDB system which will aggregate information from a set of documents.I won\'t know the structure of the documents in advance of the query run[详细]
2023-03-05 00:54 分类:问答MongoDB atomic update via 'merge' document
I know that I can atomically upda开发者_JS百科te an existing Mongo document by setting specific fields.The following code will do it:[详细]
2023-03-04 22:24 分类:问答Better ways to handle MongoDB exceptions
I am working on a MongoDB-backed authentication module for my asp.net application. The MongoDB database has a collections of users where I store login information - username, email and password. Both[详细]
2023-03-03 19:27 分类:问答Convert MongoDB BsonDocument into a string
How do a convert an entire MongoDB BsonDocument into 开发者_JAVA百科a string? (I\'m using the official C# driver)You can convert BsonDocument into a JSON formatted string using MongoDB.Bson.BsonExten[详细]
2023-03-03 18:36 分类:问答MongoDB/C# get all values of a certain key in all documents
I have a MongoDB collection called \"employees\" where there are documents like this: { \"_id\": \"4dc077b07701540f34000001\",[详细]
2023-03-03 02:22 分类:问答Which C# driver to use for Mongo?
I am starting a new project using Mongo and was wondering what the general consensus is on which C# driver to use?[详细]
2023-03-01 02:31 分类:问答Does MongoDB support soundex or fuzzy matching?
D开发者_JAVA技巧oes MongoDB support soundex or fuzzy matching?I want to spot dupes of basic contact name and address fields.I\'m using the official C# driver.ThanksMongodb doesn\'t support soundex mat[详细]
2023-02-25 02:51 分类:问答Convert string into MongoDB BsonDocument
I have a long string in JSON format, and I want to convert it into a BSONDocument for insertion into a MongoDB database.How do I do the con开发者_高级运维version?I\'m using the official C# driver.The[详细]
2023-02-24 09:48 分类:问答C# MongoDB Driver with GridFS
Can anyone tell me the best way to store multiple images related to a single mongo document? My use-case is that I have a “user” doc in the “profile” collection. This document has metadata about[详细]
2023-02-22 10:15 分类:问答
加载中,请稍侯......