mongodb-.net-driver
Querying UUID fields in Mongodb using C#
I have some GUIDs stored in my collection in MongoDb. The problem is that I cannot query for them using simple[详细]
2023-04-02 06:19 分类:问答Upserting in Mongo DB and the Id problem
I have a problem while upserting to mongo db using the official C# driver.开发者_运维知识库 public abstract class AggregateRoot[详细]
2023-04-01 19:31 分类:问答Mongo Schema-less Collections & C#
I\'m exploring Mongo as an alternative to relational databases but I\'m running into a problem with the concept of schemaless collections.[详细]
2023-04-01 18:26 分类:问答MongoDB c# driver - Connect via proxy
There is a Windows Forms application, which uses MongoDB driver. I would like the MongoDB driver to make all its connection via a specified proxy.[详细]
2023-04-01 11:47 分类:问答MongoDb querying embedded collection with filtering/ordering
Let\'s imagine a usual blog engine (just for example). The model would consist of Posts collection with embedded Comments \"collection\".[详细]
2023-04-01 04:57 分类:问答Upserting in Mongo DB using official C# driver
In the official documentation of mongodb they mention upserts, so it would be really nice to write an upsert command instead of:[详细]
2023-03-31 11:56 分类:问答How To Query A Dictionary on MongoDB
I have the following class public class Group { [BsonId] public ObjectID _id {get; set;} [BsonElement(\"Me\")][详细]
2023-03-31 06:59 分类:问答Mongodb ensure the correctness of array and count in single query
{id = \"castle\", tags = [ \"Red\", \"Black\", \"White\" ], count:3 } I have a collection like above, a tags array with a unique item and counter of array.[详细]
2023-03-30 21:42 分类:问答Sharding in MongoDB using C# driver
I try to experiment with sharding and make a sample configuration: the simplest one for two shards. Here is the code from bat files:[详细]
2023-03-29 23:25 分类:问答problem with conversion of JSOn string to Mongo document
I am trying to convert a JSOn string into a Mongo document and there is not much help availabel online.[详细]
2023-03-29 18:49 分类:问答