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.NET Standard Class Library – Read appsetting.json Configuration
Class Library(.NET Standard) – Read appsetting.json Configuration In this article, we will see how to perform .NET Standard Class Library – Read appsetting.json Configuration. We...
Continue Reading