Unit Test and mock HttpClientFactory in .NET Core In this article, we will see how to Unit Test and mock HttpClientFactory in .NET Core. We...
Continue ReadingDependency Injection in .NET Core Windows Form – Part II
Dependency Injection using Generic HostBuilder in .NET Core Windows Form In this post, we shall learn and attempt to perform Dependency Injection in .NET Core...
Continue ReadingUnit Test and Mock HttpClientFactory in .NET Core
Unit Test and Mock HttpClientFactory in .NET Core In this article, we will see how to Unit Test and Mock HttpClientFactory in .NET Core with...
Continue ReadingXamlParseException: No matching constructor found on type
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 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