mongodb-.net-driver
MongoDb C# driver, property of type implementing IList not saving
Changed the persistence layer of my web app to MongoDb using the C# drivers from the MongoDb site. Was pleasantly surprised to find all of my tests passing... except for one class. One of its properti[详细]
2023-02-06 03:13 分类:问答MongoDB C# setup and size limitations
What\'s the procedure to set up a distributed MongoDB, and are there any size limitations specific 开发者_运维技巧to C#?For distributed MongoDB you should read about Sharding which is a very nice feat[详细]
2023-02-01 16:49 分类:问答DbReference with custom MongoIdentifier (MongoDB & NoRM)
I\'m a new Mongo user (haven\'t gotten used to the name even... makes me laugh every time), and I have this problem (feeling mongo).[详细]
2023-01-31 09:25 分类:问答MongoDB and C#: Case insensitive search
I am using MongoDB and the C# driver for MongoDB. I recently discovered that all queries in MongoDB are case-sensitive. How can I make a case-insensitive search?[详细]
2023-01-30 16:44 分类:问答Using the HiLoIdGenerator in NoRM for MongoDB to create a unique identifier
I have been struggling a little with the HiLoIdGenerator that comes with NoRM (http://normproject.org/); I want to use it to generate a unique identifier that I can use as a SLUG for my blog posts. At[详细]
2023-01-29 12:38 分类:问答Updating an embedded document in MongoDB with official C# driver
If I have a Company collection which contains embedded Divisions: { \"_id\": 1 \"_t\": \"Company\", \"Name\": \"Test Company\"[详细]
2023-01-29 12:31 分类:问答how to add new field in mongodb, if i use norm or csharp-mongodb drivers
I have two projects which are based on mongodb database. One project use csharp-mongodb and another - norm driver.[详细]
2023-01-29 10:49 分类:问答MongoDB for Windows C#.Net Application [closed]
Closed. This question is opini开发者_运维问答on-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citati[详细]
2023-01-29 00:42 分类:问答Best GridFS C# driver?
What is the best realization of GridFS C# driver? What is开发者_Go百科 your experience? Update: When i say \"best\" - i mean stability.[详细]
2023-01-27 07:07 分类:问答MongoDb and self referencing objects
I am just starting to learn about mongo db and was wondering if I am doing something开发者_运维技巧 wrong....I have two objects:[详细]
2023-01-24 10:58 分类:问答
加载中,请稍侯......