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…
visual-studio
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…
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…
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. CSharpCodeProvider, Microsoft. CodeDom. Providers….
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…
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…