fullstackhero / blazor-starter-kit

Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
MIT License
3.48k stars 727 forks source link

Multi user Database for BlazorHero #198

Open Duelbat opened 3 years ago

Duelbat commented 3 years ago

Hi fellow devs! I refer to this link at stackoverflow : https://stackoverflow.com/questions/1126700/multi-user-web-application-database-design

Could we not implement "OPTION #1" in this project? I am going to attempt this on my own, but it would be super if we could have this functionality right out of the box. By adding a TenantID field to all tables should solve this ?

Regards Luke

chrisgate commented 3 years ago

If you check the readme you will see there a part of Multitenant in their road map

Duelbat commented 3 years ago

@chrisgate

If you check the readme you will see there a part of Multitenant in their road map Unfortunately for my coming project, this is not going to arrive on time. It will be a few months before we see .net 6. Then Mukesh will need a couple of months (including testing ect). So yeah, great for next project, just not my current one.

gfo2007 commented 2 years ago

@Duelbat have you been able to implement multi-tenancy in your app?

If yes, could you share?

Regards.

mikecasas commented 2 years ago

@Duelbat Check out https://github.com/fullstackhero/dotnet-webapi-boilerplate

It has the multitenancy, but it's only the backend.