Basic Authentication using OperationFilter in Swagger(OpenAPI) ASP.NET Core Today in this article, we shall discuss, how to enable Basic Authentication in Swagger (OpenAPI V3.0) documentation in...
Continue ReadingTyped HTTPClient using HttpClientFactory in ASP.NET Core – Part2
Typed HTTPClient using HttpClientFactory in ASP.NET Core In today’s post, we will see how to create typed HTTPClient requests using HTTPClientFactory in .NET Core or...
Continue ReadingCreate Named HTTPClient using IHttpClientFactory in ASP.NET Core
Named HTTPClient using IHttpClientFactory in ASP.NET Core In today’s post, we will see how to Create a Named HTTPClient using HttpClientFactory in ASP.NET Core applications. Today...
Continue ReadingResolved: Feature Async main is not available in C#
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 Reading