Error: Feature ‘async main’ is not available in C# 7.0. Please use lang version 7.1 or greater Today in this article, we will cover below...
Continue ReadingCURL HTTP GET, POST, PUT, DELETE Request examples
CURL HTTP GET, POST,PUT, DELETE Request examples Today in this article we will see how to Test REST API using CURL Command Line tools. We...
Continue ReadingResolved: Feature default interface implementation is not available in C#
Feature ‘default interface implementation’ is not available in C# Today in this article, we will cover below aspects, Issue Description .NET/.NET Core build in MSBuild...
Continue ReadingAdd Custom Middleware in ASP.NET Core
Today in this article we will see how to add Custom Middleware in ASP.NET Core Application. Today in this article, we will cover below aspects,...
Continue ReadingUsing HTTPClientFactory in .NET Core Console Application
Using HTTPClientFactory in .NET Core Console Application In today’s post, we will see how to use HTTPClientFactory in .NET Core Console application. In our last...
Continue Reading