Microsoft has recently released .NET 6.0 on 11th Nov 2021. This release has a lot of exciting…
.NET
Blogs on ASP.NET, .NET Core, .NET framework, .NET 5, .NET 6, .NET 7
I come across the following warning during working on one of my projects. I looked at the…
Sometimes we come across a requirement to get list of methods in C# class. This is very…
Recently I change my development environment and come across the following issue while browsing the website on…
As a developer lot of time, you come across ” Object reference not set to an instance…
Azure function apps are the perfect example of the KISS principle (Keep it stupid simple). In very…
Recently i come access a build issue while in Debug mode Severity Code Description Project File Line…
Authentication and authorization might sound similar but there is a very subtle difference between these two terms….
In this blog post, we will explore how we can access FTP server and how we can…
This article shows how you can read nested and complex large XML file using XmlReader. few benefits…