.NET & C# ยท ASP.NET Core
How would you solve an interview scenario involving configuration and options pattern?
For a singleton service that must react to configuration changes, inject IOptionsMonitor<T> and read CurrentValue or subscribe to OnChange.