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

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ก.ค. 2024
  • What's SaaS development? What are the multi-tenancy pros and challenges? Multitenant deployment and database architectures. Multi-tenant development with the open-source ABP Framework.
    Blog: aka.ms/dotnet/blog
    Twitter: aka.ms/dotnet/twitter
    TikTok: aka.ms/dotnet/tiktok
    Mastodon: aka.ms/dotnet/mastodon
    LinkedIn: aka.ms/dotnet/linkedin
    Facebook: aka.ms/dotnet/facebook
    Docs: learn.microsoft.com/dotnet
    Forums: aka.ms/dotnet/forums
    🙋‍♀️Q&A: aka.ms/dotnet-qa
    👨‍🎓Microsoft Learn: aka.ms/learndotnet
    #dotnet
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 7

  • @shmupful
    @shmupful 8 หลายเดือนก่อน +3

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

  • @acodersjourney
    @acodersjourney 8 หลายเดือนก่อน +1

    I've found your channel to be incredibly helpful.

  • @VongsiLoryongpao
    @VongsiLoryongpao 8 หลายเดือนก่อน +2

    ABP Framework, what a great Framework 👍👍👍

  • @devact7707
    @devact7707 หลายเดือนก่อน

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

  • @spiralni
    @spiralni 8 หลายเดือนก่อน

    We need a deep dive for this 🎉

  • @gobeksalata
    @gobeksalata 5 หลายเดือนก่อน

    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 3 หลายเดือนก่อน +2

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