I have collection called \"servers\" with following documents. { name: \"West\", ip: \"123.123.123.123\",
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
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
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
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
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:
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
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.
I\'ve some 37K documents stored in Mongo that looks similar to these: { \"_id\" : GUID, \"Country\" : \"Germany\",
How do I create the following开发者_JAVA百科 document using the official c# driver? { \"name\": \"John Doe\",