MongoDB – Add/Update field to document using BulkWriteAsync Today this article will see how to add or update new fields to the MongoDB document programmatically...
Continue ReadingIBM DB2 Connection strings Example
IBM DB2 Connection strings Example We shall see a few common examples of IBM DB2 Connection strings Standard Server=<hostAddress>:<port Number>;Database=<data base name>;UID=<user name>;PWD=<password>; Example Server=test.prod.net:1234;Database=DB;UID=Test;PWD=*;...
Continue ReadingMongoDB – Convert DateTime to C# DateTime
MongoDB – Convert DateTime to C# DateTime Today in this article will see how to Convert MongoDB DateTime to C# DateTime object using C# MongoDB driver...
Continue ReadingIAsyncCursor – How to Iterate and Read
IAsyncCursor – How to Iterate and Read In this article, we will look into a few techniques of iterating over the IAsyncCursor collection. As we...
Continue Reading