Options Pattern in ASP.NET Core – IOptions, IOptionsSnapshot and IOptionsMonitor (Practical Example) youtube.com
In this video, we learn how to use the options pattern in ASP.NET Core. The idea is that instead of directly using IConfiguration and having to hardcode sections and attributes of our configuration providers, we instead use a strongly typed option.
Report Story
Leave Your Comment