Logging in .NET Core Windows Forms or WPF Application In this article, we will learn, how to add Logging in .NET Core Windows Forms or...
Continue ReadingDependency Injection in Windows Form or WPF Application .NET Core
Dependency Injection in Windows Form or WPF Application .NET Core In this article, we will attempt to implement a simple approach of implementing Dependency Injection...
Continue ReadingResolved:MissingMethodException: Method not found: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware
MissingMethodException: Method not found: StaticFiles.StaticFileMiddleware..ctor Issue Description Swagger Open API documentation gives below error in .NET Core WebAPI after installing/migrating old .NET Core application to...
Continue ReadingMongoDB Mock and Unit Test a method returning IAsyncCursor Synchronously
MongoDB Mock and Unit Test a method returning IAsyncCursor In this article, I shall talk about how to perform MongoDB Mock and Unit Test a...
Continue ReadingResolved: A serializer of type ObjectSerializer is not configurable using BsonRepresentationAttribute
System.NotSupportedException: A serializer of type ObjectSerializer is not configurable using an attribute of type BsonRepresentationAttribute Issue Description MongoDB C# driver gives below error, System.NotSupportedException: A...
Continue Reading