mongodb-.net-driver
MongoDB: How to load collection with nested array in C#?
I have collection called \"servers\" with following documents. { name: \"West\", ip: \"123.123.123.123\",[详细]
2023-02-14 05:59 分类:问答How to retrieve all embedded document value using the official C# driver for MongoDB?
Given the the following classes and sample document, How do I retrieve a AnswerChoice document from the Question collection where _id in AnswerChoice is \'4d6d336ae0f84c23bc1fae00\' using the official[详细]
2023-02-14 05:03 分类:问答MongoDB/C# and Telerik Ajax RadGrid
Can some expert propose a way to use Telerik RadControls Ajax Grids and MongoDb C# Official driver to manage a simple Grid table Create/Update/Delete methods. The object is managing a simple Table dat[详细]
2023-02-13 23:47 分类:问答MongoDB C# official driver : Mapping objects to short names to limit space
I searching a way to map the Bson objects defined using readable names (\"category\") to shorts names (\"ct\") and limit the space occuped by the items names in the main document base. I have seen thi[详细]
2023-02-12 16:03 分类:问答MongoDB C# low performance issue
I\'m testing MongoDB 1.6.5 speed and C# in win64 machine. I use Yahoo.geoplanet as source to load states, county, towns but i\'m not very performant. I have currently more 5 sec to load the US states[详细]
2023-02-12 13:34 分类:问答Persisting an ExpandoObject to MongoDB
I have an ExpandoObject with an arbitrary number of properties. I want to persist those properties to a MongoDB database as a BsonDocument. I try to do so with the following code:[详细]
2023-02-12 05:55 分类:问答MongoDB Geospacial search and official C# driver
Can some expert point the best ways to a Geospacial search using official C# driver in MongoDB. Best Obj开发者_运维技巧ect constructor(strings /doubles), Build an index, find near. Many thanks for you[详细]
2023-02-11 22:49 分类:问答MongoDB C# Driver: Ignore Property on Insert
I 开发者_运维问答am using the Official MongoDB C# Drive v0.9.1.26831, but I was wondering given a POCO class, is there anyway to ignore certain properties from getting inserted.[详细]
2023-02-09 00:30 分类:问答MongoDB and Complex Array Search
I\'ve some 37K documents stored in Mongo that looks similar to these: { \"_id\" : GUID, \"Country\" : \"Germany\",[详细]
2023-02-07 13:23 分类:问答How do you add a list of bsondocuments as an element of a bsondocument
How do I create the following开发者_JAVA百科 document using the official c# driver? { \"name\": \"John Doe\",[详细]
2023-02-06 07:48 分类:问答