1,584 questions with Blazor tags

Sort by: Updated
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,285 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,584 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,584 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,902 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,584 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,928 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,877 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,584 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
1 answer One of the answers was accepted by the question author.

Very simple Blazor calls very simple API web app

Hi all; This is three associated questions. I need to create a simple web app that has a single controller. It is passed 3 parameters and returns an array of strings. What should I create in Visual Studio? I then need to have a simple Blazor server app…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 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,584 questions
asked 2024-09-12T18:05:17.4+00:00
David Thielen 3,121 Reputation points
accepted 2024-09-14T01:14:24.0766667+00:00
David Thielen 3,121 Reputation points
2 answers One of the answers was accepted by the question author.

Blazor WebAssembly Cors Error if status is 401

I have a WebAssembly blazor application and a web service api with a method protected by the [Authorize] tag. If I call the method from PostMan it returns the 401 status correctly but if I call the same method from the Blazor application it goes into an…

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,584 questions
asked 2023-02-11T14:44:09.0666667+00:00
Angelo 25 Reputation points
edited a comment 2024-09-12T21:43:20.0633333+00:00
Jorge Balda 0 Reputation points
1 answer One of the answers was accepted by the question author.

How do I conditionally turn off pre-render for 2 Blazor pages

Hi all; I have a Blazor InteractiveServer application using .NET 8. The Google web crawler gets just the static html for a page, not waiting for Blazor to create the SignalR circuit and therefor not waiting for OnInitializeAsync() to read from the DB and…

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,584 questions
asked 2024-08-23T16:42:08.8266667+00:00
David Thielen 3,121 Reputation points
commented 2024-09-12T17:57:38.3733333+00:00
David Thielen 3,121 Reputation points
1 answer

Migrate from Blazor Web Assembly to Blazor Server

I'm building a website with Blazor Web Assembly hosted in ASP.NET Core (NET7). The website is a project for the university that is basically an online magazine. There will be new content and I want to use SEO in order to have visibility in the search…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 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,584 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,494 questions
asked 2023-10-15T22:40:16.76+00:00
Enrico Rossini 196 Reputation points
answered 2024-09-12T15:37:20.7966667+00:00
Bruce (SqlWork.com) 65,576 Reputation points
2 answers

When value of textbox is changed Dropdown is not calculating

I created a code so that Area of Square/Equilateral Triangle can be calculated when selecting dropdown. When I change the dropdown value it works but when textbox is changed please suggest on how to call OnValueChanged @page…

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,584 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,540 questions
asked 2024-09-10T11:53:00.46+00:00
Kalyan A 265 Reputation points
answered 2024-09-10T20:56:34.9633333+00:00
Bruce (SqlWork.com) 65,576 Reputation points
1 answer

Windows Authentication with Blazor Server

Where I work all applications must use Windows Authentication. So, that's what we've done for years. I am working on learning Blazor using .NET 8. I had hoped that I could use Windows Authentication with the Blazor Server App template. I am aware of the…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 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,584 questions
asked 2024-09-04T14:31:54.3166667+00:00
Falanga, Rod, DOH 190 Reputation points
commented 2024-09-10T08:35:29.3766667+00:00
Ping Ni-MSFT 4,335 Reputation points Microsoft Vendor
3 answers

How to add Bootstrap to .NET MAUI

The below foreach shows table in windows but not in Android phone , in Android it doesnt show as a table , please suggest if this a bootstrap issue and how to add bootstrap to .NET. <button @onclick="Submit">Perform Calc</button> …

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,584 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,540 questions
asked 2024-09-08T13:30:29.8633333+00:00
Kalyan A 265 Reputation points
accepted 2024-09-10T06:20:32.8166667+00:00
Kalyan A 265 Reputation points
2 answers One of the answers was accepted by the question author.

How can i generate a personal unique number for user?

Hello. i am creating a website for a courier in my local area and i want to be able to implement a feature. Once the users' registers, they will be given a personal unique id which can be used for one user only to keep track of their data from the…

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,584 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,865 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.
338 questions
asked 2024-09-08T20:56:19.2566667+00:00
A.haque 20 Reputation points
commented 2024-09-09T07:07:53.8833333+00:00
A.haque 20 Reputation points
1 answer One of the answers was accepted by the question author.

Conversion from var to List

Here is a simple app to Add numbers from 0 to 100 , after which I like to perform some statistical operations like mean median mode. I am getting the below error when trying to convert var to to list ( sumgroups =…

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,584 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,540 questions
asked 2024-09-06T13:29:51.9233333+00:00
Kalyan A 265 Reputation points
accepted 2024-09-06T15:59:10.8166667+00:00
Kalyan A 265 Reputation points
1 answer One of the answers was accepted by the question author.

Using the method suggested by Microsoft for a WPF-Blazor hybrid app, an exception is thrown if any of the blazor pages is set to an interactive server render mode

Basically, I'm trying to build a hybrid app with a Web version and a Windows version. I've tried following this tutorial: https://zcusa.951200.xyz/en-us/aspnet/core/blazor/hybrid/tutorials/wpf?view=aspnetcore-8.0 However, there are a few pages in my…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,877 questions
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,781 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,584 questions
asked 2024-09-02T15:07:24.48+00:00
Fernando Trierweiler 20 Reputation points
commented 2024-09-06T14:00:55.8466667+00:00
Fernando Trierweiler 20 Reputation points
1 answer

.NET MAUI ios Application Crashes When Published. Can Someone Guide me?

I maintaining .NET MAUI application that are created using .NET MAUI Blazor hybrid application project. now wwe need to publish it on Apple Appstore and there also some platform specific codes for android as well. so what i did is create .NET MAUI multi…

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,584 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,540 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
337 questions
asked 2024-08-15T03:17:51.58+00:00
Gayantha Anushan 0 Reputation points
edited the question 2024-09-06T02:04:30.67+00:00
XuDong Peng-MSFT 10,511 Reputation points Microsoft Vendor
3 answers

Blazor Hybrid (MAUI) - Customize TitleBar

This is a follow-up to a previous question. I now see that the Title Bar customization API only works for Windows 11 (AppWindow.TitleBar is null on <Windows 11). For this question, keep in mind that I am only asking about the Title Bar when…

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,584 questions
Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
787 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,540 questions
asked 2022-07-07T19:02:56.817+00:00
Humberto Cruz-Oyola Jr 21 Reputation points
commented 2024-09-05T18:14:24.4266667+00:00
Humberto Cruz-Oyola 0 Reputation points
0 answers

Blazor Server Side Custom CultureInfo getting overridden when using AzureSignalR

I have a Blazor interactive server side .net 8 application. I wanted to change the default DateTimeFormat across the entire application for certain Cultures, so I created some custom CultureInfo's shown here: public static List<CultureInfo>…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,877 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,584 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
144 questions
asked 2024-06-25T23:30:39.3+00:00
C-Jesse Bryan 0 Reputation points
commented 2024-09-05T08:30:11.1166667+00:00
JasonPan - MSFT 5,796 Reputation points Microsoft Vendor
1 answer

Will Blazor Server ever work with Windows Authentication?

Where I work all applications must use Windows Authentication. No exceptions. I am learning Blazor using .NET 8. I had hoped that I could use Windows Authentication with the Blazor Server App template. I am aware of the fact that Microsoft advises…

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,584 questions
asked 2024-09-04T15:16:15.0266667+00:00
Falanga, Rod, DOH 190 Reputation points
edited an answer 2024-09-05T07:29:48.3433333+00:00
JasonPan - MSFT 5,796 Reputation points Microsoft Vendor
0 answers

How to force a Blazer server application back to the login page when the auth expires

Hi, I have a Blazer server application where I have been tasked with implementing a simple authentication scheme, using our own login page. I've not done this before in a Blazer app, so starting afresh. I followed this tutorial , and at the top of each…

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,584 questions
asked 2024-09-04T00:39:18.24+00:00
Peterjc 86 Reputation points
commented 2024-09-04T08:19:27.1333333+00:00
Brando Zhang-MSFT 3,696 Reputation points Microsoft Vendor
5 answers

Blazor Wasm PWA not updating

After publishing blazor wasm app it will not updating it shows old version every time we performed hard reload and clearing cache and cookies then it will update. Please provide me solution to fix this issue

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 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,584 questions
asked 2023-01-23T17:19:09.8266667+00:00
Faheem Husain Rizvi 6 Reputation points
answered 2024-09-03T17:01:20.22+00:00
ULRICH SCHUMACHER 5 Reputation points