Make configuration strongly-typed in ASP.NET Core
Well if you familiar with ASP.NET Core, you probably know about IOptions<T> and how easy it is to bind classes to configuration sections, however, there is an easier way to make configuration strongly-typed ASP.NET Core. The...