1,491 questions with Blazor tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

I have Image in blazor page then need a comment for each of Image.Can somebody show me how to do.

@page "/" @rendermode InteractiveServer @inject NavigationManager Navigation <h1>Home</h1> <PageTitle>Home</PageTitle> <h1 style="color: blue;">Promosi Barang Perniagaan Anda!!</h1> Welcome to your…

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,491 questions
asked 2024-07-10T14:51:27.4966667+00:00
MIPAKTEH_1 300 Reputation points
accepted 2024-07-12T02:35:02.95+00:00
MIPAKTEH_1 300 Reputation points
0 answers

How to fix "Request textDocument/semanticTokens/range failed" and "Request textDocument/hover failed" in my blazor v8 project

It displays endless message from the gold bar: "Request textDocument/semanticTokens/range failed" "Request textDocument/hover failed" [Error - 12:02:57 PM] [LanguageServerHost] System.ArgumentException: Range={ Start={ Line=57,…

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,491 questions
asked 2024-07-11T10:12:19.4533333+00:00
Bracho Yanez, Karol 0 Reputation points
commented 2024-07-12T01:51:30.5933333+00:00
JasonPan - MSFT 4,796 Reputation points Microsoft Vendor
2 answers

Blazor app is not working with Front door

Hi, My blazor app works fine in local. And I had deployed to App service in azure and did front door configuration for lower environments, then it shows warning message like below and all actions (Add/delete) works fine as expected. But when i deployed…

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
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,491 questions
asked 2024-07-11T17:59:55.3433333+00:00
YachamaneniSreelekha-1920 1 Reputation point
commented 2024-07-11T20:23:52.79+00:00
Sina Salam 6,966 Reputation points
1 answer

Does with Roles or Policies in Blazor apps, work with Active Directory?

I want to write a Blazor application. It must authenticate and authorize internal users in our Active Directory domain. I'm currently reading through Core Blazor Authentication and Authorization. It discusses roles and policies, which look like they will…

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,491 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,181 questions
asked 2024-07-09T16:22:20.2666667+00:00
Falanga, Rod, DOH 105 Reputation points
commented 2024-07-11T17:23:02.8233333+00:00
Falanga, Rod, DOH 105 Reputation points
0 answers

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.
2,983 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,491 questions
asked 2024-07-11T17:21:19.1466667+00:00
David Thielen 2,706 Reputation points
0 answers

Issue with Azerbaijani ("az-AZ") Culture in .NET 8 Blazor WebAssembly Standalone App

Hello, I am working on a .NET 8 Blazor WebAssembly Standalone App, and I have encountered an issue with setting the "az-AZ" (Azerbaijani) culture. While other cultures work correctly, Azerbaijani does not seem to be applied properly.…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,592 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,491 questions
asked 2024-07-10T06:37:31.2766667+00:00
Khalig 0 Reputation points
edited a comment 2024-07-11T09:14:25.2933333+00:00
JasonPan - MSFT 4,796 Reputation points Microsoft Vendor
3 answers

How can I have Azure App Service environment variables override key vault secrets?

Hi all; If I define a string in both the Key Vault and the Azure App Service environment variables, the app will read the Key Vault entry. Is there a way to have it read the App Service value if set? thanks - dave

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,491 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,316 questions
asked 2024-07-09T22:05:52.75+00:00
David Thielen 2,706 Reputation points
answered 2024-07-10T22:36:00.07+00:00
Bruce (SqlWork.com) 60,866 Reputation points
1 answer One of the answers was accepted by the question author.

@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…

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,491 questions
asked 2023-11-16T08:07:25.83+00:00
Rabe, Jens 35 Reputation points
commented 2024-07-10T17:29:30.1433333+00:00
Li, May 0 Reputation points
1 answer One of the answers was accepted by the question author.

Is there any downside to adding ApplicationInsights when it is not running?

Hi all; Most of the time I have Application Insights turned off (it's expensive). When it is off, will I have a performance hit if the following code is called at the start of my Blazor server…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,983 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,491 questions
asked 2024-07-10T16:03:51.3933333+00:00
David Thielen 2,706 Reputation points
accepted 2024-07-10T17:28:41.69+00:00
David Thielen 2,706 Reputation points
0 answers

Connecting Blazor server to Application Insights

Hi all; Is this still the latest/greatest way to integrate Application Insights with my Blazor server app? I want to use this for figuring out the hot spots when load testing including the SQL queries (via Entity Frameworks). And while that link has what…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,983 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,491 questions
asked 2024-07-10T15:57:25.93+00:00
David Thielen 2,706 Reputation points
edited the question 2024-07-10T16:01:09.3466667+00:00
David Thielen 2,706 Reputation points
1 answer

how to fix 10.2.4.1 Security - Software Dependencies ( .net blazor maui 8.0) to microsoft store

i have published my application in store, recently update my maui blazor application 6.0 tp 8.0 when I submit my msix package to store I am getting 10.2.4.1 Security - Software Dependencies Products may depend on non-integrated software (such as another…

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,491 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,172 questions
Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
920 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,856 questions
asked 2024-05-04T06:48:07.5833333+00:00
Maharasa Subramaniyan 5 Reputation points
commented 2024-07-10T04:54:43.2333333+00:00
paramjit 276 Reputation points
1 answer One of the answers was accepted by the question author.

What is the best way to use a SignalR service for my Blazor RenderMode.InteractiveServer app?

Hi all; I've read in numerous places that having my Blazor server use a SignalR service will let it handle a lot more simultaneous requests. So I want to add this. I've seen three very different ways describing how to do this: Write a ton of code …

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,491 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
133 questions
asked 2024-07-09T17:37:42.7533333+00:00
David Thielen 2,706 Reputation points
commented 2024-07-09T22:52:58.2433333+00:00
David Thielen 2,706 Reputation points
4 answers

Blazor Web Assembly with Azure AAD and Custom authentication Login

I want to implement two authentication mechanism in my Blazor web assembly application (Azure AD and Custom Authentication). i.e. User can either login via Azure AD or he can go for Custom Authentication. When I register both Custom…

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,491 questions
asked 2022-06-02T21:42:30.053+00:00
Reishabh Saxena 1 Reputation point
answered 2024-07-09T19:09:18.9666667+00:00
Manoj kumar 0 Reputation points
1 answer One of the answers was accepted by the question author.

Blazor HealthChecks - works on my system, error on Azure App Server

Hi all; I have a Blazor Interactive Server app and have set up health checks as follows: builder.Services.AddHealthChecks() .AddDbContextCheck<TrackingDbContext>("App Database") …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,356 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,491 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,316 questions
asked 2024-07-06T15:57:46.3866667+00:00
David Thielen 2,706 Reputation points
accepted 2024-07-09T16:23:44.85+00:00
David Thielen 2,706 Reputation points
2 answers One of the answers was accepted by the question author.

How to Upload and List Files in Blazor Server 8

I'm new to Blazor 8 and I'm trying to learn how to handle file uploads and display the uploaded files in a Blazor Server application. Specifically, I'm looking to: Allow users to upload multiple files to the folder.wwwroot/Upload Provide a button…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,592 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,491 questions
asked 2024-07-08T13:52:15.2+00:00
Yusuf 751 Reputation points
accepted 2024-07-09T09:19:26.8+00:00
Yusuf 751 Reputation points
1 answer One of the answers was accepted by the question author.

How do I get the "name" in name.domain.com when rendering a page?

Hi all; I am trying to set my app up so that an account, which has a uniqueId can access the webpage as uniqueId.domain.com and I then display just their content. How do I get the uniqueId from uniqueId.domain.com/folder/page? Do I use NavigationManager?…

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,491 questions
asked 2024-07-08T23:08:43.7366667+00:00
David Thielen 2,706 Reputation points
commented 2024-07-09T02:42:00.53+00:00
David Thielen 2,706 Reputation points
1 answer One of the answers was accepted by the question author.

How do I allow multiple NAMES.domain.com for my web app?

Hi all; I have a Blazor app running on Azure App Server. You presently get to it using ohana.tradewindsstudios.us which works great. I want to allow MyName.tradewindsstudios.us, YourName.tradewindsstudios.us, AnyName.tradewindsstudios.us, etc. to go to…

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,491 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,316 questions
asked 2024-07-07T21:07:36.9533333+00:00
David Thielen 2,706 Reputation points
accepted 2024-07-08T22:59:02.7266667+00:00
David Thielen 2,706 Reputation points
1 answer

Blazor WebAssembly Standalone App shows blank page in Azure environment

I just upgraded my backend (ASP.NET Core) and frontend (Blazor WebAssembly) from .NET 6 to .NET 8. I had to do few changes to make it work and succeed in my Azure DevOps pipelines but locally everything works now basically. Now that it's deployed in my…

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,491 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,316 questions
asked 2024-07-04T20:03:08.7066667+00:00
Bjorn Lenoir 20 Reputation points
commented 2024-07-08T02:06:50.1833333+00:00
Brando Zhang-MSFT 3,441 Reputation points Microsoft Vendor
1 answer

Is it possible for a Blazor app to access Windows Server Active Directory?

We are beginning to consider writing some new apps using Blazor and .NET 8. I've played around with the beginner's tutorials, which are nice, but not enterprise quality. One of my colleagues has been experimenting with Blazor. He has approached it 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,491 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,181 questions
asked 2024-07-03T23:55:54.7266667+00:00
Falanga, Rod, DOH 105 Reputation points
commented 2024-07-07T16:40:30.2566667+00:00
Bruce (SqlWork.com) 60,866 Reputation points
1 answer One of the answers was accepted by the question author.

I have 3 image in Blazor page.Want do every image have own Uploadfile that mean one image one uploadfile

@page "/" @rendermode InteractiveServer @inject NavigationManager Navigation <h1 style="color: blue;">Promosi Barang Anda!</h1> <p></p> Welcome to your new app. <p></p> @for (int i = 0; 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,491 questions
asked 2024-07-04T15:27:00.7266667+00:00
MIPAKTEH_1 300 Reputation points
accepted 2024-07-05T14:21:43.5466667+00:00
MIPAKTEH_1 300 Reputation points