Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mongodb-.net-driver

MongoDb TTL on nested document is possible?

MongoWaitQueueFullException: The wait queue for acquiring a connection to server is full

Using the mongo C# driver, how to serialize an array of custom object in order to store it?

MongoDB C# Driver multiple field query

System.FormatException' occurred in MongoDB.Bson.dll - XXX is not a valid 24 digit hex string

Paging MongoDB query with C# drivers

Filter only by Date using mongoDB c# driver

What are drawbacks of storing Guid as String in MongoDB?

Is it possible to have relation between object in a MongoDB database?

Update property in nested array of entities in MongoDB

How do I use SafeMode with the MongoDB C# driver

$project or $group does not support <document>

c# mongodb-.net-driver

MongoDB C# driver 2.0 InsertManyAsync vs BulkWriteAsync

Convert MongoDB BsonDocument into a string

How to use $push update modifier in MongoDB and C#, when updating an array in a document

Query with filter builder on nested array using MongoDB C# driver

MongoDB C# Driver - how to store _id as ObjectId but map to string Id property?

How to make nested queries in MongoDb that works like nested Sql select queries

MongoDB .NET not generating _id on upsert

How to create MongoDB MultiKey index on attribute of items in an array .NET Driver