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

Поділитися
Вставка

КОМЕНТАРІ • 9

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

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

  • @shmupful
    @shmupful 11 місяців тому +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 11 місяців тому

    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.