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

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

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)

meetingattender
Автор

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

benwillis
Автор

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

kenthub