Building Multi-Tenant ASP.NET Core Applications and ABP Framework | .NET Conf 2023

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024

Комментарии • 8

  • @acodersjourney
    @acodersjourney 10 месяцев назад +1

    I've found your channel to be incredibly helpful.

  • @shmupful
    @shmupful 10 месяцев назад +3

    The syntax in the constructor on 16:08 is so elgant.

  • @devact7707
    @devact7707 3 месяца назад

    This is how frameworks and features should be explained to developers. I've never seen Microsoft frameworks or toolkits explained this clearly.

  • @VongsiLoryongpao
    @VongsiLoryongpao 10 месяцев назад +2

    ABP Framework, what a great Framework 👍👍👍

  • @spiralni
    @spiralni 10 месяцев назад

    We need a deep dive for this 🎉

  • @me.alamin
    @me.alamin 22 дня назад

    Hi
    is there any way to create tenant database and run migration in an existing azure elastic pool?
    Right now its creating in a new pool

  • @gobeksalata
    @gobeksalata 7 месяцев назад

    example at 21:50 looks incorrect, disabling and enabling flags at singleton level could leak to other scopes (in a race condition).
    For a web application it should have been scoped per web request.

    • @ahmetfarukulu
      @ahmetfarukulu 5 месяцев назад +2

      There is another class inside DataFilter that checks the state and holds the current state in AsyncLocal scope.