XamlParseException: No matching constructor found on type Today in this article, we will cover below aspects, Issue Description WPF application runtime gives below error, System.Windows.Markup.XamlParseException...
Continue ReadingBasic Authentication in Swagger (OpenAPI) using OperationFilter in ASP.NET Core
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 Reading