Resolved: pip is not recognized as an internal or external command Issue Description Python pip commands gives below error in CLI or powershell, ‘pip’ is...
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 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 Reading