ASP.NET Web API using NET 6 C# & Windows authentication
Tag - visual-studio
Microsoft has recently released .NET 6.0 on 11th Nov 2021. This release has a lot of exciting features. Let’s Explore a few of these features One platform .NET 6.0 You probably notice there is no Core in its name...
I come across the following warning during working on one of my projects. I looked at the internet and it seems this is very common so I thought I’ll add notes to resolve it. This warning could be dangerous and result in a...
Sometimes we come across a requirement to get list of methods in C# class. This is very useful if you want to automate your documentation process and want to have a list of methods in a class. To get the list of methods in...
Recently I change my development environment and come across the following issue while browsing the website on localhost The CodeDom provider type “Microsoft. CodeDom. Providers. DotNetCompilerPlatform...
Azure function apps are the perfect example of the KISS principle (Keep it stupid simple). In very simplest terms Azure Function is a piece of code you run based on some trigger. Azure Functions are triggered by an event such...
Recently i come access a build issue while in Debug mode Severity Code Description Project File Line Suppression StateError CA0001 CA0001 : Exception of type ‘Phx.FatalError’ was thrown. Active That means...