u/dalskiBo

Authentication Via EntraID With WebApp - Multi-Tenancy Or Single-Tenancy?
▲ 1 r/entra

Authentication Via EntraID With WebApp - Multi-Tenancy Or Single-Tenancy?

I cannot figure out if I want multi-tenancy or single-tenancy for authentication from Microsoft's guide? I want to authenticate users from a Microsoft account with EntraID using OAuth2 from whom I decide. It is not a kind of WebApp that allows users automatically like a social app. Only contracted users whom have paid will be allowed to access the App.

Most of my users will have their own domains assigned to the Microsoft account; don't think this matters as would think domain would be https://theirdomain.onmicrosoft.com. I think I need single-tenant authentication?

u/dalskiBo — 2 days ago

I was advised to use a Virtual Dedicated Server & SQL Server over Azure. SQL Server 2025 suppliers seem to be short in supply & very expensive.

  1. I was hoping on a budget of circa £300 for the year. Be under 100 users I imagine but each user will access circa 1 million records daily. Will SQL Server Express handle that?
  2. Should I build in SQL Server Express 2022 now; opposed to 2025 as they seem more expensive.
  3. Does anyone have any recommendations for UK servers with SQL Server? It's unlikely the project will succeed so don't want to tie into a big cost.
reddit.com
u/dalskiBo — 10 days ago
▲ 0 r/Blazor+1 crossposts

If SQL Server Supports 4 Sockets How Can You Have Lots Of Users with Interactive Server Side Rendering? Say you build for 1,000 concurrent users. I would think each one requires a socket for the Signal-R channel.

What am I missing here?

reddit.com
u/dalskiBo — 10 days ago

Seems this issue has still not been fixed HOW TO TURN OFF SPACE AUTO COMPLETE!!??? #3647 but I'm just checking here in case anyone can advise of a workaround. So annoying, especially when setting a var to a lambda...

  • Languages > C/C++ -
    • Automatically select matches after typing a scope or invoking the completion list (off)
    • IntelliSense > Completion List > Commting the item by pressing one of the commit characters (off)
  • Text Editor > Advanced > Default IntelliSense Completion Mode > Tab Only
u/dalskiBo — 12 days ago

Tutorials show that UserManager.Users should appear as intellisense. No matter what I do it does not. Anyone have any ideas? Using VS Insiders[11723.189]; up to date as of 01 May 2026.

https://preview.redd.it/14cam8n9ujyg1.png?width=717&format=png&auto=webp&s=3ecc42417ad81609e8d2138bb983bfb7e439c8b4

Tried:

  • Deleting the hidden vs folder for the entire solution
  • Resetting settings; Tools > Import & Export Settings > Reset All Settings; gives an error
  • Reactivating CoPilot; I had uninstalled this, but just reinstalled it; no joy.
  • Deleting EditorConfig
reddit.com
u/dalskiBo — 12 days ago

I've been reading Blazor in Action & at chapter five it seems to become outdated. It has been based on .net 6 & I've managed to scrape by doing it in .net 10 so far but now it seems obsolete. I cannot load the e.g. files as they have been published with unhandled exceptions...

I love books in the structured way & not so keen on videos but there does not seem to be any books published yet on .net 10 Blazor. Patrick God has a .net 10 course on Blazor; not books sadly or Tim Corey on .net 8 Blazor.

Anyone able to offer any guidance on what to do here, I'm in purgatory atm & need to get working on my app but need to learn the basics first. Preferably Blazor Server.

reddit.com
u/dalskiBo — 1 month ago