Master the Options Pattern in .NET 9 with Dependency Injection | ASP.NET Core Tutorial

Поділитися
Вставка
  • Опубліковано 13 січ 2025

КОМЕНТАРІ • 3

  • @UmutDereWork
    @UmutDereWork 11 годин тому +1

    Great demonstration, thanks for effort.
    What would be a good use case scenario for the IOptionsSnapshot and IOptionsMonitor interfaces?

  • @buck1998
    @buck1998 3 дні тому +1

    Hey Pooran,
    i recently encountered a problem in .net core where i need to perform a put operation on a main model and CRUD on its sub model,
    I was not able to achieve this at a same time as this was making a conflict between the entity tracking system,
    finally i added the ignore in the mapping, Do have more accurate way to achieve that thing?
    I will really appreciate your effort 😊😊