How To Implement MultiTenancy In Server-Side Blazor Using Database Per Tenant Strategy

This Video Demonstrates How To Implement MultiTenancy In Server-Side Blazor Using Database Per Tenant Strategy.

Source Code can be pulled from GitHub - benjaminsqlserver/BlazorDatabasePerTenantStrategy: Code repo for youtube lesson on how to implement multitenancy in Server-Side Blazor apps using the database per tenant strategy

2 Likes

Thoughts on trying to do it with one database for all tenants?

@Chad the default implementation of RADZEN does it with one database for all tenants.

I have a post on that as well. Bear in mind that you might come across clients who do not want to share database with others.

This is the link for my post on one database for all tenants strategy. My First Look At Radzen Tenant Feature For Blazor Web Assembly - YouTube

1 Like