.NET & C# ยท ASP.NET Core
What is configuration and options pattern in ASP.NET Core?
ASP.NET Core combines configuration providers such as JSON files, environment variables, command-line values, and secret stores. The options pattern binds configuration sections to strongly typed classes.