Content
New Line in Blazor app
Here is my quizzing app , coded in Blazor . The below code gives me failed questions , which are contiguous I want to add display each question in next line. https://github.com/KalyanAllam/Quizzing <div class="app-title"> …
Know about best practices while consuming 3rd party api
Hello, I am using Third Party Api of Country State and City for my customer's address table. each customer can have multiple addresses. Scenario: If Customer1 have two addresses one is LA, California, USA and other is London City, London, UK. …

@rendermode InteractiveAuto not found for Blazor .net 8
I had a sample application with Blazor and .net 8 and had the following in there: @attribute [RenderModeInteractiveAuto] Now, I am supposed to use: @rendermode InteractiveAuto But this doesn't compile. The name 'InteractiveAuto' does not exist in the…
how can add blazor WASM in teams app
How can I add Blazor WebAssembly (WASM) to a Teams app? As far as I know, the Teams Toolkit currently only supports Blazor Server apps. When I use the toolkit to create a Microsoft Teams project and add a tab, it doesn't prompt me to choose between…
Make separate file and inject as Service in blazor wasm
I want to make the separate file HubConnection Code where i will call it as service by injecting into .razor pages of blazor wasm Is this possible? The problem I am facing I am copying the same code in every .razor file It really a bad practices.…


Load Array in Blazor
I cloned this app from GitHub, I want to enhance it , if user answers any question incorrectly , I want to display that question ant the end , where the total points scored and total answers are displayed . For that I am planning to load failed…
What are the ways to show video from remotes IP cameras on a blazor server project?
Dear Gurus! Are there any ways to show video from remotes IP cameras on a Blazor server project?
Blazor WASM encountering issues refreshing Access Token
I am encountering an issue where my Blazor WebAssembly (WASM) application can initially access my access token with no problems, but after a few hours, it cannot refresh the token on mobile devices, whereas on my PC, it still works fine. The AccessToken…
Do server side assemblies get downloaded in .Net8 Blazor Web App with interactivity type auto
If I create a new .Net 8 Blazor Web App with Interactivity type "Auto" and Interactivity location "Per page/component", do the server-side assemblies ever get downloaded to the client or only the client-side assemblies?
How to bypass "Pick an account" popup after Sign out
Hello all, Is there any possibility to bypass the "Pick user popup" after Sign out with Endpoint v2.0 at Azure AD? We need to execute automatic sign out at Blazor app while user is not active, but we got redirect at the popup and the user is…

RDLC problem
var result2 = localreport2.Execute(RenderType.Pdf, extension, parameters2, mimetype); iam working on RDLC with blazor i have three types of reports when i starting my app and choose any one of the three reports it works perfect but if tried to…
Blazor DOM Manipulation Show /Hide
I want to change Show to Toggle "Show" and "Hide" , if ""Show"is cliecked then show answer , if Hide is clicked then Hide answer @page…
Some Ways to Load Audio from Absolute Path with Audio Element?
Hi! I am working on a port of legacy audio processing c# software to .NET MAUI Blazor hybrid. Most of the audio processing in the ported version is done with AudioWorkletProcessor in javascript -- on the audio thread. Right now, my problem is that I…
Offline issue with Blazor WebAssembly
I have a blazor webassembly app that communicates with an API to read/write a lot of data, and when the app is offline it consumes data from IndexedDB. I've spent a couple of months on this project and it's working great, even offline (kinda). I…
Value of string not changing even though it should be!
In my blazor application, I am quereying a database repeatedly until I receive the correct value. The code is running without any errors but the string getStatus keeps coming back as 'Submitted', even though the value has been changed to 'Processed' in…
How to render the AspNetUserRole in razor page?
Hi, the post follows on from the exchange in the post here : https://learn.microsoft.com/en-us/answers/questions/1407352/dynamic-roles-based-authorisation-in-blazor-webass I tried to mange the User role in AdminPage.razor ; below the code in razor…
How to Enable Lazy Loading in a Blazor Project
I'm working on a Blazor project and I need to enable lazy loading. Can someone provide guidance on where and how to enable lazy loading in my project? Here's the link to my project repository: https://github.com/shujamughal/Sukhdari


How to implement Google Authetication in Blazor server app without Core Identity
Hello I would like to use custom authentication without using out-of-the-box Core Identity in my Blazor Server App with Oauth authentication. I started the app using the template without using individual user account because we have our own…
What is the best / cheapest way to host a Blazor Server app and an open SQL database on Azure?
Hi together, I have a Windows Forms app that uses data from an Azure SQL database. I don't need much database space, so until here, everything is fine and the pricing for the database is less than 5€ per month. Now, I want to host a Blazor Server app…
Blazor Server Development on VS 2022 17.5.1 High Memory Usage
I have posted information about this problem to the Developer Community, but it has been a while since any response. If anyone can shed light, it would be…