1,549 questions with Blazor tags

Sort by: Updated
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,549 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,549 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,549 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
893 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 25,626 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,549 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
38,546 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,289 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,549 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,549 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,549 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,151 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 991 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,502 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,549 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,066 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,549 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