Read AppSettings.JSON in ASP.NET Core 3.1 using AppSettingsReaderService
 
In this video session, we will learn the following.
  • How to read key values
  • How to create service class
  • How to create extension method to configure services
  • How to use Extension method in Startup.cs

Read AppSettings.Json in ASP.NET Core 3.1 - Part 2 (using AppSettingsReaderServ...
Sep 02 2020

Jigar Patel

In this video, we create AppSettingsReaderService to read multiple section values from AppSettings.Json, you can use this service class to inject in controller and access key values