24/05/2022
Are you working on an ASP.NET Core application and are unsure how you can read in your custom settings from your appsettings.json file?
Check out my latest blog article for a simple guide on how you can manage it.
https://www.stecosoft.com.au/blog/how-to-create-and-access-custom-application-settings-in-your-microsoft-aspnet-core-application
As part of your development process, you will undoubtably need to add some custom application settings that will be used by your application. It's quite normal to add/set items like connection strings, application logging settings and more.