1,611 questions with Blazor tags

Sort by: Updated
1 answer

POST API Call Failing with 405 Error in Azure Static Web Apps

A Blazor WebAssembly app is configured to connect to a SQL database following the guidance in this article: How to host static web apps. The API status is healthy, and GET calls work as expected. However, POST calls to add records to the database return…

Azure SQL Database
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,611 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
998 questions
asked 2024-12-02T16:13:21.29+00:00
Shreyas Rastogi 225 Reputation points
commented 2024-12-02T17:13:22.2633333+00:00
Shreyas Rastogi 225 Reputation points
1 answer

Textboxes distorted presumably because of Bootstrap issues

<h3>ParNonParallel</h3> @inject NavigationManager Navigation @page "/AnglesTriangles/ParNonParallel" <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,…

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,611 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,695 questions
asked 2024-12-01T16:00:38.65+00:00
Kalyan A 325 Reputation points
commented 2024-12-02T11:55:09.26+00:00
Kalyan A 325 Reputation points
1 answer

How to Rename a Solution and Projects in Visual Studio 2022 Without Affecting Functionality?

I have a working application that includes Blazor Server, Blazor WASM, and an API. I want to change the names of the solution and the projects while ensuring that the current application remains unaffected. What is the easiest and problem-free way to…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,663 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,611 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,092 questions
asked 2024-11-29T07:38:49.4766667+00:00
Cenk 1,021 Reputation points
answered 2024-11-30T17:52:28.5666667+00:00
Bruce (SqlWork.com) 67,916 Reputation points
0 answers

How to fix Aggregate Measurements in order to display properly?

Hi, I am working on a Blazor application for weight measurement. Data is coming from a third-party device in real time. I have this weighing results component on my dashboard that I am trying to display on a grid according to some rules. The data grid…

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,611 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,092 questions
asked 2024-11-27T15:54:00.43+00:00
Cenk 1,021 Reputation points
commented 2024-11-28T12:09:49.44+00:00
AgaveJoe 28,786 Reputation points
4 answers

How to close Bootstrap modal in Blazor WASM?

Hi, In my Blazor WASM (.net 6) application, I am displaying a modal popup as follows. <!-- Modal --> <div class="modal fade bg-transparent" id="templatemo_search" tabindex="-1" role="dialog"…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,663 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,611 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,092 questions
asked 2024-06-21T19:34:00.18+00:00
Cenk 1,021 Reputation points
edited a comment 2024-11-28T05:40:21.2333333+00:00
SurferOnWww 3,376 Reputation points
2 answers One of the answers was accepted by the question author.

Integrating RDLC reports in Blazor Web apps

Hello, Is it possible to call RDLC reports in a Blazor web app or use report viewer to load RDLC reports? I'm not seeing the reporting options in the latest framework. Could someone please share examples and resources for integrating RDLC reports 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,611 questions
asked 2023-12-25T14:16:50.2066667+00:00
Diwakar Devangam 75 Reputation points
commented 2024-11-27T15:51:17.9466667+00:00
Ramesh Arumugam 0 Reputation points
3 answers

Asp.Net Core Blazor Logout does not work (redirecting to unavailable path)

Hey there, I'm facing a issue, that the user cannot log out, because the logout does get redirected to a path that's non existend. I've tried scaffolding the identity framework again, but this didn't help either. If I use the Account/LogOut…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,663 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,611 questions
asked 2022-07-21T14:46:24.877+00:00
Lukas Neubauer 26 Reputation points
edited an answer 2024-11-27T12:10:07.9366667+00:00
Андрей В 0 Reputation points
1 answer

Bug: Blazor Hybrid Password field visibility toggle

When using the standard password field in a Blazor Hybrid web app, there is a problem with the eye icon which is used to toggle password visibility. It is functional up until the point that the user clicks off the password field. From then on the eye…

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,611 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,531 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,695 questions
asked 2024-11-27T09:46:55.5233333+00:00
Monty 0 Reputation points
answered 2024-11-27T10:30:15.8166667+00:00
AgaveJoe 28,786 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,611 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,417 questions
asked 2023-10-25T08:23:23.9666667+00:00
JT 5 Reputation points
commented 2024-11-26T23:23:10.0033333+00:00
Bruce (SqlWork.com) 67,916 Reputation points
1 answer

Taking screenshot in MAUI Blazor Hybrid application for Windows.

Hi I am trying to Take screenshot in MAUI Blazor Hybrid application for Windows. This is what i have used so far. Home.razor.cs [Inject] public Microsoft.Maui.Media.IScreenshot sshot { get; set; } public async Task btnscreen() { try …

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,611 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,695 questions
asked 2024-11-25T16:25:01.42+00:00
Jignesh Desai 106 Reputation points
edited an answer 2024-11-26T07:00:12.1566667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 77,181 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Is using Microsoft Azure Managed Identities the only way of using EF Core?

I am rewriting an old ASP.NET WebForms application, into a server-side Blazor application using .NET 8. And I'm also going to use Entity Framework Core 8. I've been following along in these two Microsoft Learn courses DbContext Lifetime, Configuration,…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
761 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,611 questions
asked 2024-11-21T22:06:20.5+00:00
Falanga, Rod, DOH 260 Reputation points
accepted 2024-11-25T15:05:50.1966667+00:00
Falanga, Rod, DOH 260 Reputation points
2 answers

Blazor WASM & Azure Static Web Apps, routes not working

I have a blazor WASM static web app, the "/api/" & "/.auth/" urls that should be handled on the server side by Azure seem to get pick up by the blazor WASM routing. the "sorry, theirs nothing..." here is coming from…

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,611 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
998 questions
asked 2024-11-21T23:25:55.95+00:00
JohnM 25 Reputation points
edited a comment 2024-11-24T18:34:50.3333333+00:00
Bruce (SqlWork.com) 67,916 Reputation points
1 answer

Integrating Video Conferencing in a Blazor Application

I want to use video conferencing in my Blazor application. Here is a requirement for my application. Virtual Classroom: Integrate a video conferencing library to build a real-time classroom experience. Explore libraries offering screen-sharing…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,663 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,611 questions
asked 2024-11-22T10:47:35.1433333+00:00
Cenk 1,021 Reputation points
answered 2024-11-22T17:16:40.5033333+00:00
Bruce (SqlWork.com) 67,916 Reputation points
1 answer

MAUI Blazor hybrid - Windows MSIX packaging - Unable to set start menu folder

I am new to MSIX packaging so if this is a naïve question I apologise. I have tried to set the start menu folder of the application shortcut for my latest MAUI-Blazor hybrid app as part of the MSIX package. I have followed the guidance in Group…

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,611 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,695 questions
asked 2024-11-21T10:43:10.63+00:00
Valentine, Jack 0 Reputation points
answered 2024-11-22T06:26:08.7166667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 45,026 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Blazor: Working with static files that may be cached

I am working a Blazor WASM application. Lately, I have faced an issue where the updated static file, in this case a .json file, is not being read properly. I have the static file under the wwwroot folder in my Client project. My Server project 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,611 questions
asked 2024-11-20T21:09:42.15+00:00
Jmunndo 20 Reputation points
answered 2024-11-20T21:33:42.27+00:00
Jmunndo 20 Reputation points
1 answer One of the answers was accepted by the question author.

Bootstrap Issues Blazor.

I have two issues with this code a)The placeholders in the textboxes are not being displayed. b)A distortion appears in Samsung Galaxy (Android) but not on Windows, I included Bootstrap but still it doesn't work. Here is the reference from Index.html …

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,611 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,695 questions
asked 2024-11-20T07:45:32.85+00:00
Kalyan A 325 Reputation points
commented 2024-11-20T18:06:57.8033333+00:00
Kalyan A 325 Reputation points
1 answer

Add Or Change Identity Claims In .Net 8 Blazor Web App

Hi, In Create New Blazor Web App Project : Check => Individual Check => .Net 8 Check => Auto Interactivew and in ApplicationUser.cs I add a property for use full name { public sting Fullname { get; set; } } but in components i want show…

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,611 questions
asked 2024-01-16T19:17:43.76+00:00
Mahdi Elahi 31 Reputation points
edited a comment 2024-11-20T17:54:26.52+00:00
SABBAH 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to publish a blazor website with sql sever that is giving the error HTTP Error 500.30 - ASP.NET Core app failed to start

hi, im trying to publish my blazor web app on azure however it fives me the error HTTP Error 500.30 - ASP.NET Core app failed to start. when i try to debug it and go into the diagnose page of the websever i get this error…

Azure SQL Database
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,611 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,417 questions
asked 2024-11-18T11:43:25.1633333+00:00
Aidan Waterford 20 Reputation points
commented 2024-11-20T11:06:03.3933333+00:00
Aidan Waterford 20 Reputation points
1 answer

How to Persist SignalR Broadcasted Data on Blazor Server Page After Navigation?

Hello, I am broadcasting measurement data from an API and persisting it in a database. [ApiController] [Route("api/[controller]")] public class MeasurementsController : ControllerBase { private readonly IHubContext<WeighingHub>…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,663 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,611 questions
asked 2024-11-19T15:28:32.5+00:00
Cenk 1,021 Reputation points
answered 2024-11-19T16:54:29.55+00:00
Bruce (SqlWork.com) 67,916 Reputation points
1 answer One of the answers was accepted by the question author.

How to Decouple Front-End from Back-End with Secure APIs for User Management in Blazor Web App (.NET 8)

Hello, I'm used to creating Blazor Web App projects in .NET 8 with "individual accounts" and interactive render mode set to Auto, with per-page interactivity. The advantage of this setup is that all the account management mechanics are…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
715 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,611 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.
348 questions
asked 2024-10-31T14:42:41.7966667+00:00
Laurent Guigon 306 Reputation points
commented 2024-11-18T13:41:11.13+00:00
Laurent Guigon 306 Reputation points