1,527 questions with Blazor tags

Sort by: Updated
2 answers

How to add image to email?

Hi, In my e-commerce application, I am sending an order confirmation email to the customer. I am using a html template for this e-mail. I couldn't figure out how to display the logo and ordered product image in the e-mail. Here is the html…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,458 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,527 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.
10,732 questions
asked 2024-08-17T12:16:39.34+00:00
Cenk 991 Reputation points
commented 2024-08-18T06:46:52.5233333+00:00
AgaveJoe 27,936 Reputation points
1 answer

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,527 questions
asked 2024-08-17T11:08:23.0466667+00:00
MIPAKTEH_1 300 Reputation points
answered 2024-08-17T14:20:31.26+00:00
AgaveJoe 27,936 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,527 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,435 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,301 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
332 questions
asked 2024-08-15T03:17:51.58+00:00
Gayantha Anushan 0 Reputation points
commented 2024-08-16T14:33:18.12+00:00
Bruce (SqlWork.com) 62,546 Reputation points
0 answers

Integration pdf.js and Blazor; Debugger on Visual studio is lost

Hi there, i have a problem with the integration of blazor with pdf.js. Lately pdf.js (Developed by Mozilla) has change from .js to .mjs file. I upgraded to work with .mjs file but now i am encountering another problem. When i start the Visual Studio on…

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,527 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.
10,732 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
978 questions
asked 2024-08-14T20:38:36.4266667+00:00
Unisign Dev Team 0 Reputation points
commented 2024-08-15T08:02:21.7866667+00:00
Ping Ni-MSFT 3,770 Reputation points Microsoft Vendor
2 answers

Can I convert a MVC app into a Razor/Blazor app with Windows Authentication?

In October of last year, I started working on a new ASP.NET MVC Core application, to convert an old WebForms application which no longer builds. I added an API project to the Visual Studio solution and scaffolded the database. But other than that, I've…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,458 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,527 questions
asked 2024-08-08T20:52:35.4666667+00:00
Falanga, Rod, DOH 145 Reputation points
commented 2024-08-13T14:27:54.3433333+00:00
Falanga, Rod, DOH 145 Reputation points
1 answer One of the answers was accepted by the question author.

Why is OnInitializedAsync() called twice on a page reload

Hi all; Normally when a page is being created & rendered in Blazor version 8, RenderMode.InteractiveServer, OnInitializedAsync() is called once. But when I do a Reload on Chrome, it is called twice. And all child components in the page are called…

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,527 questions
asked 2024-03-17T23:34:40.2933333+00:00
David Thielen 2,896 Reputation points
commented 2024-08-12T19:07:20.69+00:00
David Thielen 2,896 Reputation points
3 answers

Blazor behind NodeJS proxy with different URL

Hello, I have a Blazor server app built with .Net 7 that I am deploying to several different pieces of hardware. Each deployment will be accessed through a proxy built with NodeJS via a URL such as "/remote/device/id." The 'id' portion is…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,458 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,527 questions
asked 2024-08-11T06:18:01.31+00:00
Dan Schio 20 Reputation points
edited an answer 2024-08-12T16:04:03.0033333+00:00
Bruce (SqlWork.com) 62,546 Reputation points
2 answers

Blazor 8 Uncaught SyntaxError: Unexpected token '<'

I am stuck trying to convert from Blazor 7 Server to Blazor 8 Server. I am just about ready to give up, I don't think it is possible to use Blazor 8 with this defect in Blazor. I am using Blazor 8 Server. It is rendering CSS and JavaScript static…

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,527 questions
asked 2024-08-05T15:50:42.79+00:00
Greg Finzer 0 Reputation points
commented 2024-08-12T13:34:57.5733333+00:00
Greg Finzer 0 Reputation points
1 answer

How do I fix the Blazor app example given by Bing Chat?

I'm working on a .NET 8 project to learn how to use minimal APIs, in the same project, that includes Blazor components. I don't know how to consume the minimal API in the project, so I asked Bing Copilot how to do that. In part, this is what it gave me…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,458 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,527 questions
asked 2024-08-10T13:42:19.36+00:00
Rod Falanga 566 Reputation points
commented 2024-08-11T17:04:58.0066667+00:00
AgaveJoe 27,936 Reputation points
1 answer

Connecting Blazor server app to Application Insights

Hi all; Is there any comprehensive documentation on connecting a Blazor server app to Application Insights? I've found the following bits and pieces: Provides some basics, but leaves a ton unanswered. Looks like a good wrapper for Blazor WASM, nothing…

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,125 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,527 questions
asked 2024-07-11T17:21:19.1466667+00:00
David Thielen 2,896 Reputation points
commented 2024-08-08T17:59:50.0766667+00:00
Ryan Hill 27,296 Reputation points Microsoft Employee
1 answer

1. Adding Application Insights to my Blazor app

Hi all; Sorry - this is a long one. (But hopefully not that complex.) I have a Blazor Interactive Server app using ASP.NET version 8. And using Entity Frameworks for accessing the DB and the ASP.NET Identity Library for users & claims. I initially…

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,125 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,527 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,526 questions
asked 2024-08-03T16:44:22.1833333+00:00
David Thielen 2,896 Reputation points
answered 2024-08-07T21:46:20.44+00:00
David Thielen 2,896 Reputation points
3 answers

Blazor Server Application - Integrated SAML2

Good Day Everyone at our company we have a SSO provider which is in SAML2, we have integrated this on ASP.NET Webforms and ASP.NET MVC 5 projects, but we haven't tried to integrate it on Blazor Server Application as we are starting to develop our first…

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,527 questions
asked 2021-06-03T08:11:19.55+00:00
hydeinthesky 11 Reputation points
commented 2024-08-07T20:33:40.4166667+00:00
Ram 0 Reputation points
1 answer

How to stop audio output from Text to Speech on Blazor Website

I am not a professional software engineer but I have a simple Blazor website that uses Azure Speech to Text. The code is around 100 lines. I need to be able to stop the audio output once it has started. I am willing to pay for a solution. What would be…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,624 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,527 questions
asked 2024-08-05T11:13:35.94+00:00
Peter Davies 0 Reputation points
answered 2024-08-07T08:55:00.9066667+00:00
Ben Dunk 0 Reputation points
2 answers

How to Optimize Blazor Server Performance with Large Datasets?

I'm building a Blazor Server application that needs to display and interact with a large dataset (millions of records). Currently, fetching and rendering all data at once is causing significant performance issues. I'm looking for effective strategies to…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,734 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,458 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,527 questions
asked 2024-08-06T10:21:42.3233333+00:00
MissKiarra 0 Reputation points
edited an answer 2024-08-07T06:18:26.8033333+00:00
Brando Zhang-MSFT 3,446 Reputation points Microsoft Vendor
0 answers

How to publish MAUI Blazor Hybrid App ?

Hi, Learning MAUI Blazor Hybrid App Development. Just created a default App and trying to test publishing steps. I am doing all steps properly mentioned in this URL…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,734 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,527 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,301 questions
asked 2024-08-01T17:18:26.1933333+00:00
Jiya desai 51 Reputation points
commented 2024-08-06T05:17:31.2366667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 73,371 Reputation points Microsoft Vendor
1 answer

how to add serial number in quickgrid blazor

how to add serial number in quickgrid blazor

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,527 questions
asked 2024-07-23T17:19:21.51+00:00
Rahul Salokhe 0 Reputation points
commented 2024-08-05T08:34:05.9+00:00
Jerry Fu - MSFT 666 Reputation points Microsoft Vendor
0 answers

3. What Dashboard Charts do I Want?

Hi all; Ok, Azure monitoring, dashboards, and Application Insights can do pretty much anything, which is wonderful. But the flips side of that is how do I figure out what I want to do where. I could spend weeks, maybe months, focused on this. Meanwhile I…

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,125 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,527 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,526 questions
asked 2024-08-03T17:02:02.8266667+00:00
David Thielen 2,896 Reputation points
0 answers

2. Adding More Telemetry to Application Insights & Dashboards

Hi all; I have a Blazor Interactive Server app using ASP.NET version 8. And using Entity Frameworks for accessing the DB and the ASP.NET Identity Library for users & claims. I have Application Insights connected to the app via the AI SDK. I have the…

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,125 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,527 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,526 questions
asked 2024-08-03T16:52:54.6933333+00:00
David Thielen 2,896 Reputation points
2 answers

Issue in Blazor: File Upload with Zero Byte Size

Hello, I'm facing an issue with my Blazor application when attempting to upload a file. Sometimes the file uploads correctly, but other times the file is uploaded with a size of zero bytes. The issue does not always occur, making it difficult to pinpoint…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,734 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,458 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,527 questions
asked 2024-08-01T20:30:55.56+00:00
Yusuf 791 Reputation points
answered 2024-08-03T09:42:40.78+00:00
AgaveJoe 27,936 Reputation points
5 answers

There is no runtime pack availabel for Microsoft.AspNetCore.App Blazor WASM

Build started... 1>------ Build started: Project: Books.Client, Configuration: Debug Any CPU ------ 1>C:\Program Files\dotnet\sdk\7.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(448,5): error…

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,527 questions
asked 2022-11-14T12:47:43.35+00:00
Prathamesh Shende 376 Reputation points
commented 2024-08-02T21:17:45.4966667+00:00
Erwin Bakels 0 Reputation points