If you are like me and have a hard time wrapping your head around arrays in C,…
visual-studio
In C#, string formatting is like combining different things such as strings, values, and expressions to create…
If you’re a developer working with ASP.NET, you’ve likely heard the term “middleware” thrown around quite a…
Sometimes you need to use a module before you are ready to publish a new version of…
A lot of times you come across an error “Server Error in ‘/’ Application” while working on…
Azure blob storage is Microsoft’s offering to store unstructured object data. This data can be files, images,…
In NPM projects you have seen the package.json file. This file is an NPM Configuration file. This…
ASP.NET Web API using NET 6 C# & Windows authentication
Microsoft has recently released .NET 6.0 on 11th Nov 2021. This release has a lot of exciting…
I come across the following warning during working on one of my projects. I looked at the…