How to read custom configs from appsettings
While writing a .NET application, we often need to create our own custom configurations and custom configs group (aka. Config Sections). Assuming that you already have appsettings.json added into your project and you are already reading the configuration values from…