python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Blazor working in Release in Visual Studio - but not after publish
I have received a project, that has been developed in VisualStudio (Blazor Server and .NET 5.0).
My plan is to host this project (website with local db) on IIS, but so far I have been quite unsuccessf...
janusd86
Votes: 0
Answers: 0
Can Blazor Server App + MAUI access device?
Is Blazor Server App runnng in a MAUI WebView going to be able to interact with the native device using something like JS Interop?
user17521524
Votes: 0
Answers: 1
Blazor Server side, ExternalRegister buttons at .razor page
Is possible to have the buttons "External Registration" placed inside .razor page (server side)?
The below code is from ExternalRegister.cshtml but I would like to have that two registration...

Krzysztof Krysztofczyk
Votes: 0
Answers: 2
Blazor Server: How security should be handled?
Based on this article from Microsoft:
With the Blazor Server hosting model, the app is executed on the
server from within an ASP.NET Core app. UI updates, event handling,
and JavaScript calls are han...
wiki
Votes: 0
Answers: 1