1,471 questions with Blazor tags

Sort by: Updated
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,336 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,471 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) 5,157 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,565 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,471 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,561 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,471 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,471 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,471 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
829 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 24,151 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,471 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,330 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://video2.skills-academy.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,219 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,471 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,471 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,471 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,136 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,336 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,471 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,471 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