Home > Net >  Blazor Server-side or ASP.NET Core Razor Pages for SaaS
Blazor Server-side or ASP.NET Core Razor Pages for SaaS

Time:10-05

I'm building a SaaS application and I am quite comfortable with both Blazor server-side and ASP.NET Core Razor Pages.

The app will be obviously be multi-tenant and database per tenant. The total of concurrent users might be high 100's to low 1000's.

Which framework is suited better for such a SaaS app? Are there any advantages or disadvantages to choosing one over the other?

CodePudding user response:

I recommend 2 frameworks for multi-tenancy.

  1. enter image description here

  • Related