Update requires a valid UpdateCommand when passed DataRow collection Issue Description While connecting SQL Server and performing update operation Database gives below error, System.InvalidOperationException: ‘Update...
Continue ReadingGenerate Avro Schema from JSON
Generate Avro Schema from JSON In this article, we will see an approach on how to create Avro schema using the JSON object/data/file. I shall...
Continue ReadingHow to Read Web.Config Configuration .NET Core
Read Web.Config Configuration .NET Core In this article, we shall see how to Read Web.Config Configuration .NET Core-based applications like ASP.NET Core or MVC or...
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 Reading