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 Convert UNIX Epoch time to DateTime – C# .NET
In this article, we will see a simple approach to how to convert UNIX Epoch time to DateTime – C# .NET and then convert the...
Continue ReadingMongoDB C# .NET – Add a new field to document in MongoDB Collection
MongoDB C# .NET – Add a new field to document in MongoDB Collection using UpdateMany Today in this article will see how to add a...
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 ReadingMongoDB – Add/Update field to document using BulkWriteAsync
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 Reading