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

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

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

  • @huseyins9999
    @huseyins9999 Месяц назад

    I've known these guys for over 20 years. They have always been ahead of their time.

  • @shmupful
    @shmupful Год назад +3

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

  • @VongsiLoryongpao
    @VongsiLoryongpao Год назад +2

    ABP Framework, what a great Framework 👍👍👍

  • @acodersjourney
    @acodersjourney Год назад +1

    I've found your channel to be incredibly helpful.

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

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

  • @spiralni
    @spiralni Год назад

    We need a deep dive for this 🎉

  • @me.alamin
    @me.alamin 2 месяца назад

    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 9 месяцев назад

    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 7 месяцев назад +2

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