Implementing Multitenancy in Entity Framework Core 6 using a Database Per-Tenant

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

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

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

    It's really helpful, thank you!

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

      You're welcome!

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

    Great content thank you. Please note that you don't need a database to create EF migrations (i.e. dotnet ef migrations add blahbla) b/c it doesn't really compare against database but to the snapshot file, however you need a database for when you apply the migrations (i.e. dotnet ef database update)

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

      Thanks for the heads up!

  • @benwillis5047
    @benwillis5047 9 месяцев назад

    do you think you could do one where you use identity framework and a shared database I am really struggling to set that up and I haven't found any videos outlining how its done

    • @tnc1997
      @tnc1997  9 месяцев назад +1

      Many thanks for your feedback, that is definitely a topic that I will consider in the future.

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

    If you didn't use *example.local in the self-signed certificate, would it still work with *local?

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

      Typically a certificate with * plus a top-level domain is not allowed: en.wikipedia.org/wiki/Wildcard_certificate.

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

    which app is being used for this?

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

      I use JetBrains Rider as the IDE in this video.