1,400 questions with Blazor tags

Sort by: Updated
0 answers

How to modify bundled static file name such as ProjectName.styles.css and blazor.server.js?

I wanna hide that i use The Blazor. so, I should modify name of bundled css and js files. How to do this?

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,400 questions
asked 2021-01-05T06:28:20.793+00:00
Zang-Ho Bae 26 Reputation points
commented 2021-01-07T01:40:45.727+00:00
Karney-MSFT 1 Reputation point
1 answer

Deploy Blazor server Application changes in IIS 7.5.

Hello sir, Is there any way to update application changes in IIS without down application pool/iis?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,199 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,400 questions
asked 2020-12-29T13:08:25.64+00:00
Anantham.S 1 Reputation point
commented 2021-01-05T09:55:29.613+00:00
Bruce Zhang-MSFT 3,736 Reputation points
1 answer One of the answers was accepted by the question author.

Difference between Experimental and Production Supported version

I want to know Difference between Experimental and Production Supported version in Blazor. I mean Mobile Blazor Bindings is now Experimental(Not Committed) thats means i can't used now Mobile Blazor Bindings for my Project?

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,400 questions
asked 2020-12-30T17:16:26.907+00:00
chintankumar Vaghani 21 Reputation points
accepted 2020-12-31T10:06:02.587+00:00
chintankumar Vaghani 21 Reputation points
1 answer One of the answers was accepted by the question author.

How do i make bootstrap responsive in a blazor server side?

I'm trying to make a component based on a responsive bootstrap navbar. Is there a way?

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,400 questions
asked 2020-12-29T15:27:29.203+00:00
João Coelho 41 Reputation points
accepted 2020-12-30T07:58:43.687+00:00
João Coelho 41 Reputation points
4 answers One of the answers was accepted by the question author.

Messages, events between components?

Hi everyone,. my layout page (MainLayout.razor) contains navigation in header additionally component for login (right side of header) and finally language selection (last entry in header). The index is output in MainLayout via @Anonymous . Now 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,400 questions
asked 2020-12-29T13:41:50.787+00:00
perfect code 271 Reputation points
answered 2020-12-29T18:47:44.52+00:00
perfect code 271 Reputation points
1 answer

How to trigger Blazor InputFile and pass it a file

I'm trying to save an audio file I got using the MediaRecorder API . I am able to download my file to my hard disk as well as upload it to my Blazor server app using the InputFile component. That part works. However, what I'd like to ultimately do 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,400 questions
asked 2020-12-07T17:10:40.917+00:00
Isaac 6 Reputation points
commented 2020-12-27T15:16:02.16+00:00
city rock 1 Reputation point
2 answers One of the answers was accepted by the question author.

blazor template can't build on cli

Hello dotnet new build blazor creates project. When building with dotnet; C:\Users\ramdem.nuget\packages\microsoft.aspnetcore.blazor.build\0.7.0\targets\RazorCompilation.targets(184,5): Error: rzc generate exited with code 1. Project build…

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,400 questions
asked 2020-12-22T12:23:52.347+00:00
ram dem 31 Reputation points
accepted 2020-12-24T07:32:25.82+00:00
ram dem 31 Reputation points
0 answers

Blazor webassembly with Authentication rack up unusal out bandwidth charges

I have 2 blazor webassembly apps deployed to Azure App Services, one with Identity setup and one without Identity setup. The blazor webassembly with Identity setup is racking up unusual out bandwidth charges. In just one day it used up my entire…

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,400 questions
asked 2020-12-24T03:16:47.453+00:00
Eugene Chiang 1 Reputation point
0 answers

How to get ETag header in Blazor Web Assembly

I'm trying to get the ETag header for a PWA Blazor application I'm developing. I can see the API is returning the ETag header (can see in Fiddler and get the header in Postman) and I can use HTTPCLIENT in .netcore console application and get the value,…

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,400 questions
asked 2020-12-23T21:53:38.58+00:00
Steve Wark 1 Reputation point
commented 2020-12-23T22:38:42.697+00:00
Steve Wark 1 Reputation point
0 answers

Open an web api generated file in new tab

Hi all! I coded a Web Api wich generates and returns a pdf file, in Blazor Server web app. It works, I can write the controller url and the pdf file shows correcty. But I want to open it when the user clics a button. I think it wouldn't be hard,…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,199 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,400 questions
asked 2020-12-14T11:14:07.77+00:00
Francisco Rubio Delgado 1 Reputation point
commented 2020-12-15T07:44:21.713+00:00
Lex Li (Microsoft) 4,742 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Multiple Data Sources Blazor Server Hosted on IIS

I have a Blazor Server project that will be hosted on IIS. I was using this tutorial by IAmTimCorey to get data from SQL Server. This worked perfectly, but now I want to add another data source to pull data from for different Razor Component (page). …

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,402 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,400 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,292 questions
asked 2020-11-17T18:49:54.357+00:00
Mikaela Caron 41 Reputation points
commented 2020-12-14T22:37:23.207+00:00
Duane Arnold 3,216 Reputation points
0 answers

Implementing a logger provider for Blazor WASM

This is a cross-post of this question but I still miss the last pieces I believe: https://github.com/dotnet/aspnetcore/discussions/24697 ---------- I'm trying to implement a logger provider for Blazor WASM. The provider requires a HTTP client 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,400 questions
asked 2020-11-30T13:07:48.387+00:00
Anonymous
commented 2020-12-11T13:43:54.877+00:00
Thomas Ardal 1 Reputation point
1 answer One of the answers was accepted by the question author.

My "QueryAsync" never gets to the "return" statement

I'm using server Blazor with Dapper, using Alan Simpsons YouTube Tutorial. The PlantList.razor Page triggers the generation of a plant list in the PlantService.cs file. The query executes the stored procedure but never gets to the "return…

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,400 questions
asked 2020-12-10T20:21:27.663+00:00
Ed Hansen 26 Reputation points
accepted 2020-12-10T21:56:14.58+00:00
Ed Hansen 26 Reputation points
0 answers

Azure Static Web APP for Blazor CI build error after update to Net 5.0

After updating my Blazor Webassembly project to .Net 5.0 I get an error in the CI build: ... Microsoft (R) Build Engine version 16.8.0+126527ff1 for .NET Copyright (C) Microsoft Corporation. All rights reserved. Determining projects 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,400 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
770 questions
asked 2020-11-25T19:34:08.85+00:00
Thomas Diggelmann 1 Reputation point
commented 2020-12-08T11:44:10.737+00:00
ajkuma 22,436 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Azure Publish Asp.net core 5.0 hosted web assembly ( VS 2019)

I've created a new Asp.NET Core 5.0 Blazor web assembly hosted on Asp.net core server. Publishing the app to Azure is taking longer times. I notice lots of dll's getting copied/uploaded in the build output view every time the app is published. Could you…

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,400 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,212 questions
asked 2020-12-06T13:12:25.023+00:00
Chandra Mohan 461 Reputation points
accepted 2020-12-07T13:02:05.8+00:00
Chandra Mohan 461 Reputation points
1 answer One of the answers was accepted by the question author.

Invoke Edge screen reader on Blazor WASM webpage

Microsoft had decided to make all technology to be WCAG 2.1 compliant. However, I was unable to locate any accessibility features' documentation for Blazor. https://learn.microsoft.com/en-us/aspnet/core/blazor/?view=aspnetcore-5.0 I am…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,151 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,400 questions
asked 2020-12-02T17:47:11.087+00:00
Ayan Mullick 66 Reputation points
accepted 2020-12-04T15:01:46.107+00:00
Ayan Mullick 66 Reputation points
0 answers

Blazor WASM Lazy Loaded Assemblies and DI registration.

I'm exploring BLAZOR WASM as a potential replacement to our LOB silverlight App. One of our requirements is to lazy load business capability libraries based on user role, and when the user want to go into that business capability. Currently we use MEF…

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,400 questions
asked 2020-12-02T22:02:09.693+00:00
Brian Wilkinson 16 Reputation points
7 answers

.Net5 Blazor application

Hi, I have a project I'm developing using .Net Core 3.1 for a Blazor server-side project. As I only started this recently, I thought why not move the code to .Net5. So I've just copied and pasted most of my application over and renamed the namespaces…

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,400 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,125 questions
asked 2020-11-24T19:21:30.93+00:00
Ami Sett 1 Reputation point
commented 2020-12-02T07:50:28.02+00:00
Jerry Cai-MSFT 986 Reputation points
1 answer

Blazor Host binding workaround

Have a great day too all of you. Blazor is been considered as replacement for JavaScript but when I looked into it, it doesn't have access to DOM elements. Biggest blocker in considering C# as front end language. I want my website to have smooth…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,199 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,400 questions
asked 2020-11-29T03:57:17.603+00:00
Suraj Yadav 1 Reputation point
answered 2020-11-30T08:05:15.453+00:00
Rena Ni - MSFT 2,061 Reputation points
0 answers

How to automatically refresh an access_token using a refresh_token in a Blazor WebAssembly app in the background?

I would like to refresh an access_token using a refresh_token in a Blazor WebAssembly app in the background without the user involved. Also I want to know if this is a common use case or not? Thank you, Marco

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,400 questions
asked 2020-11-26T12:45:44.037+00:00
Mguma 1 Reputation point
commented 2020-11-27T05:49:22.237+00:00
Fei Han - MSFT 306 Reputation points Microsoft Vendor