1,595 questions with Blazor tags

Sort by: Updated
1 answer

Request for Research Guidance and References

Dear Microsoft Team, I have recently completed an e-commerce project using ASP.NET Core API and Blazor. I am now looking to write a research paper on this topic. Could you please provide me with reference papers or resources that discuss the integration…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
341 questions
asked 2024-09-30T09:28:00.64+00:00
Ahmed Jawad 1 Reputation point
edited an answer 2024-09-30T22:19:19.7933333+00:00
Bruce (SqlWork.com) 66,226 Reputation points
3 answers

Is there a way to minify or bundle or pack blazor wasm js?

Is there a way to minify or bundle or pack blazor wasm js?   For example all of these files that get downloaded, some of them are third party libs but I want a generic "pack any js" into one file library.    

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
asked 2024-04-16T14:41:52.6333333+00:00
RSa 0 Reputation points
answered 2024-09-29T13:04:36.44+00:00
A SIVAGAYATHRI 0 Reputation points
2 answers

Javascript not popping out message box on button click in Blazor 8.0

Test.razor @page "/test" @inject IJSRuntime JsRuntime <h3>Test JavaScript Interop</h3> <button type="button" @onclick="TestJsInterop">Click Me</button> @code { private async Task TestJsInterop() { …

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
995 questions
asked 2024-09-24T21:53:27.6+00:00
ojiraye sigbenu 0 Reputation points
commented 2024-09-28T16:10:24.81+00:00
Bruce (SqlWork.com) 66,226 Reputation points
2 answers

Scale out Blazor Server App using Azure cache Redis as backplane

I am current hosting Blazor server app in Azure App Service. I found an issue when my application scale out. So i change to use Azure cache Redis for SignalR backplane. I also enable session affinity with my App Service configuration. Most of the time I…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
258 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,889 questions
asked 2024-09-18T10:05:25.38+00:00
Kevin Seng 0 Reputation points
commented 2024-09-27T10:03:42.38+00:00
Sai Raghunadh M 895 Reputation points Microsoft Vendor
3 answers

How Redirect To Not Found Without Change Url In Blazor .Net 8

Hi, How to redirect user to not found when page is not exists without change url in blazor ? Like this link : git not found

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
asked 2024-01-14T07:12:16.04+00:00
Mahdi Elahi 31 Reputation points
answered 2024-09-26T14:06:41.75+00:00
S Luiten 0 Reputation points
1 answer

Ipublish and installation of MAUI app?

Hi, I'm trying to install the MauiApp1_1.0.1.0_x86_Debug.msix package after publishing Blazor MAUI ; For information, my application is empty. I just want to know how to install a blazor maui before associating a blazor wasm application with it. I run…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,580 questions
asked 2024-09-25T12:30:12.65+00:00
sblb 1,231 Reputation points
edited the question 2024-09-26T07:00:26.3433333+00:00
Jerry Fu - MSFT 741 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Why am I getting this Content Policy error?

Hi all; I have added the following to my Blazor Interactive Server app using NWebSec: app.UseHsts(options => options.MaxAge(days: 30)); app.UseXContentTypeOptions(); app.UseXXssProtection(options =>…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,604 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,001 questions
asked 2024-09-15T14:37:02.18+00:00
David Thielen 3,121 Reputation points
edited the question 2024-09-25T19:29:52.3666667+00:00
IoTGirl 3,131 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Can I convert my Blazor WebAssembly app to a PWA?

I have developed a Blazor WebAssembly ASP.NET hosted app that runs well on my local database. Unfortunately, I cannot publish it because I lack the necessary web server deployment capabilities. Is it possible to convert my app to a PWA so that it can be…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
asked 2024-09-21T08:52:24.9766667+00:00
sblb 1,231 Reputation points
commented 2024-09-23T05:27:49.15+00:00
sblb 1,231 Reputation points
1 answer One of the answers was accepted by the question author.

Radio Button Group in Maui Blazor

The input to this App is Area or Perimeter of a Square and output is Side. Currently the toggle between Area and Perimeter is controlled by Checkbox,I need this in RadioButton, please note that Area or Perimeter needs to be captured on Submit, also I…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,580 questions
asked 2024-09-20T11:06:03.8266667+00:00
Kalyan A 285 Reputation points
accepted 2024-09-21T11:24:12.1466667+00:00
Kalyan A 285 Reputation points
1 answer

Unauthorized access to API despite getting Access Token and Scope

Hi, Token Response: { "access_token":…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
Azure Advisor
Azure Advisor
An Azure personalized recommendation engine that helps users follow best practices to optimize Azure deployments.
63 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,061 questions
asked 2024-09-20T07:35:32.8866667+00:00
Umais Nisar 0 Reputation points
edited an answer 2024-09-20T19:38:00.6+00:00
Umais Nisar 0 Reputation points
1 answer One of the answers was accepted by the question author.

Blazor ErrorContent not catching an error

Hi all; Blazor Interactive Server - in my MainLayout.razor I have: <ErrorBoundary> <ChildContent> <!-- lots of nodes --> </ChildContent> <ErrorContent Context="error"> <main…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
asked 2024-09-18T17:40:41.16+00:00
David Thielen 3,121 Reputation points
commented 2024-09-19T20:42:51.5033333+00:00
David Thielen 3,121 Reputation points
3 answers One of the answers was accepted by the question author.

Authenticate my own Blazor App with against my SSO-REST Backend

Hi, regarding to this blog https://devblogs.microsoft.com/dotnet/whats-new-with-identity-in-dotnet-8/ I've successfully created a REST-API with Identity and SSO. But now I need my Blazor frontend to authenticate against this rest service. The blog…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
341 questions
asked 2024-09-13T08:27:44.94+00:00
Clemens Mattner 20 Reputation points
commented 2024-09-18T12:01:29.92+00:00
Clemens Mattner 20 Reputation points
1 answer

Each time I click submit order, I get the error "An unhandled exception has occurred. See browser dev tools for details. Reload"

I am following this Microsoft Learn doc to build a pizza shop and started noticing this error after following this doc…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
asked 2024-09-11T02:55:30.19+00:00
Kevin Ear 20 Reputation points Microsoft Employee
commented 2024-09-18T01:10:54.4633333+00:00
JasonPan - MSFT 5,896 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

I want to put the comment for every picture.Maybe can use component Input or other.Can show for me in code.

@page "/" @using Microsoft.EntityFrameworkCore @inject ICommentService CommentService @rendermode @(new InteractiveServerRenderMode(prerender: false)) <h1 style="color: blue;">Letak Product Anda</h1> <p>…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
asked 2024-09-01T08:40:51.49+00:00
MIPAKTEH_1 365 Reputation points
accepted 2024-09-17T11:36:52.4033333+00:00
MIPAKTEH_1 365 Reputation points
16 answers One of the answers was accepted by the question author.

How to save the Comment and where to place, example some directory

@page "/PageBu" @rendermode InteractiveServer <h3>PageBu</h3> <h1 style="color: blue;">Letak Product Anda</h1> <p> </p> @for (int i = 0; i < images.Count; ++i) { string tempImageName =…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
asked 2024-08-17T11:08:23.0466667+00:00
MIPAKTEH_1 365 Reputation points
accepted 2024-09-17T11:09:13.3766667+00:00
MIPAKTEH_1 365 Reputation points
1 answer One of the answers was accepted by the question author.

I try to put some comment for every Images.test to use input or maybe other component.All comments want to save it.II very newest , need help, the error at design time at line CommentService.AddCommentAsync(comment);

@page "/" @using Microsoft.EntityFrameworkCore @inject ICommentService CommentService @rendermode @(new InteractiveServerRenderMode(prerender: false)) <h1 style="color: blue;">Letak Product Anda</h1> <p>…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
asked 2024-09-01T08:31:40.9566667+00:00
MIPAKTEH_1 365 Reputation points
commented 2024-09-17T11:08:07.3633333+00:00
MIPAKTEH_1 365 Reputation points
0 answers

How can I create an Alert that views my ILogger file?

Hi all; In Blazor we log to Microsoft.Extensions.Logging.ILogger logs. I want to get an alert when there is a log entry that matches the regex ^Error ##.##.##.* (used ## for 2 digits). There are alerts that can read Log Analytics. But is there a way to…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,310 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
asked 2024-09-16T23:04:00.5966667+00:00
David Thielen 3,121 Reputation points
1 answer

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…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,061 questions
asked 2023-10-25T08:23:23.9666667+00:00
JT 5 Reputation points
commented 2024-09-16T15:57:51.1333333+00:00
Ryan Buening 10 Reputation points
1 answer

Blazor and SSRS/Report viewer

Hi, We are wondering, if it's possible to use Report Viewer (any Blazor components) or embed SSRS report (no IFrame) in Blazor. Is there such thing out there besides solutions like what Telerik or BoldReports provide? We're looking at a solution with…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,935 questions
asked 2021-07-13T16:49:46.907+00:00
Stéphane Roy 31 Reputation points
commented 2024-09-16T10:59:35.2066667+00:00
Kasim Husaini, FMIS Supervisor 6 Reputation points
1 answer

Bypass the "Pick user popup" after Sign out in a .Net 8 Blazor WASM application

Is it possible to bypass the "Pick user popup" after Sign out with Azure/Entra ID? We need to execute an automatic sign out when the user is not active. The application is a Blazor WASM application. Here is my Program.cs code: using…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,907 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,595 questions
asked 2024-02-16T19:04:01.1266667+00:00
Scot Woodyard 20 Reputation points
commented 2024-09-16T02:12:15.6933333+00:00
Yeruva, Vijay RSI 0 Reputation points