IOptions vs IOptionsSnapshot vs IOptionsMonitor in .NET — Pick the Right One
Share

You open a .NET project. You write something in appsettings.json. You inject IOptions<T> into your service. Everything works. Life is good.

 

 You open a .NET project. You write something in appsettings.json. You inject IOptions<T> into your service. Everything works. Life is good.Continue reading on Medium » Read More Dotnet on Medium 

#dotnet

By ali