Options Pattern | DEMO

Описание к видео Options Pattern | DEMO

In this video i am demonstrating how you can use the Options Pattern to manage your application configurations.

To use the options pattern in ASP.NET Core, you need to install the
Microsoft.Extensions.Options.ConfigurationExtensions package from Nuget.

To get the maximum use of using the options pattern, you would typically want to use
separate classes to represent a group of related settings/configurations in isolation.

By following this approach, you automagically cover key principles:
● Separation of concerns: The settings used in different modules are decoupled from
one another.
● Interface segregation principle: The classes that rep


If you would like to get notified of any upcoming videos please subscribe. Thank you!

Tags Ignore:
#appsettings
#dotnetcoreappsettings
#optionspattern
#dotnetcoreoptionspattern

Комментарии

Информация по комментариям в разработке