Options Pattern in Asp.Net Core in Class Library using Clean Architecture

Поділитися
Вставка
  • Опубліковано 21 жов 2024
  • Options pattern in asp.net core are used to get the data from appsettings.json file. To implement the options pattern in asp.net core we create a c# class and bind this class with appsettings.json file cofiguration section.
    This option class will have all the properties that are there in the appsettings.json file section. In this video we will implement the options pattern in asp.net core class lib project using clean architecture.
    Resources:
    Clean Architecture Video : • Clean Architecture C# ...
    🔗 Source Code: github.com/nit...
    #asnetcore #cleanarchitecture #optionspattern

КОМЕНТАРІ • 2

  • @hoangphuc1072
    @hoangphuc1072 Місяць тому

    Thanks sir for this new pattern

  • @MuhammadNaeemTahami
    @MuhammadNaeemTahami Місяць тому

    Thank You, I got answer but what about if we need to use DTOs?