Using MongoDB in .NET Core Console Application In this article, we will see how to get started using MongoDB in C# Console Application We shall...
Continue ReadingConfigurationBuilder does not contain a definition for SetBasePath or AddJsonFile
ConfigurationBuilder does not contain a definition for SetBasePath or AddJsonFile Issue Description .NET Core application gives below error at compile time, ‘ConfigurationBuilder‘ does not contain...
Continue ReadingBasic Authentication in ASP.NET Core with example
Basic Authentication in ASP.NET Core with example Today in this article we will learn how to secure ASP.NET Core API using Basic Authentication in ASP.NET...
Continue ReadingCannot find module @angular-devkit/build-angular/package.json
Error- Cannot find module @angular-devkit/build-angular/package.json Issue Description: Angular 9 build ng serve commands gives below error, An unhandled exception occurred: Cannot find module ‘@angular-devkit/build-angular/package.json’ Resolution...
Continue Reading