Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mongodb-.net-driver

RabbitMQ consumer as a windows service

MongoDB C# Driver database.GetCollection and magic strings

Update/Delete a sub document in mongodb using C# driver

Is there a way to use the MongoDB C# driver synchronously

Inheritance in MongoDb: how to request instances of defined type

MongoCollectionSettings.GuidRepresentation is obsolete, what's the alternative?

MongoDB: Is it possible to set the case of a BsonElement by default?

How to $lookup with MongoDB C# driver?

Is it safe to use MongoDB ClientSessions & Transactions in C# async code?

Managing changes in class structure to be consistent with mongodb collection

Get array of partial model from sub document array (MongoDB C# Driver)

Mongo C# strongly typed index on nested array property

Can MongoDatabase and MongoCollection be singletons

Is there a way to create or update a MongoDB index?

System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector

Translate FilterDefinition<TDocument> to regular json mongo query that i can run in a mongo shell