Consuming WCF Web Services in .NET Core using svcutil CLI tool Today in this article, we will see how to Consume WCF Web Services –...
Continue Reading.NET Core not showing in Visual Studio 2019
.NET Core 3.0 not showing in Visual Studio 2019 My recent struggle to see .NET Core 3.0 in VS2019 finally worked out. Initially, I had...
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 ReadingIServiceCollection doesn’t contain a definition of AddSwaggerGen
IServiceCollection doesn’t contain a definition of AddSwaggerGen Issue Description Swagger doesn’t recognize AddSwaggerGen after adding swagger NuGet package i.e Swashbuckle. IServiceCollection’ does not contain a...
Continue ReadingContinuous Code Quality of .NET with SonarQube
Code Quality of .NET using SonarQube in Visual Studio Most of us understand the importance of code quality. Good coding practices are language agnostics and...
Continue Reading