Tag: mongodb
All the articles with the tag "mongodb".
DateTime precision with MongoDB and the C# Driver
Published:5 min readWhen dealing with MongoDB, the C# driver provides options to store DateTime values with full precision, and querying for them requires comparing Ticks property of the reference DateTime to the Ticks property of the stored DateTime element.