In this article, we will learn how to create a repository pattern ie. MongoDB Repository implementation for the No-SQL database in the .NET Core C#...
Continue ReadingConsuming ASMX Web Services in ASP.NET Core
Consuming ASMX Web Services in ASP.NET Core Today in this article on best practices, we shall learn how to consume ASMX Web services easily in...
Continue ReadingAdd Newtonsoft JSON support in ASP.NET Core
Add Newtonsoft (JSON.NET) serialization and deserialization in ASP.NET Core In this article, we shall see how to Add Newtonsoft Json support in ASP.NET Core. We...
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