1,549 questions with Blazor tags

Sort by: Updated
1 answer

How to save multiple files to database with Blazor server?

I want to save to database table fotoblock multiple files (photos) at once. But this code allows to save different photo names, but the same photo file multiple times (first photo that was selected). How to save all photos, which were selected by…

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 2021-08-26T06:58:23.023+00:00
Decompressor 81 Reputation points
answered 2021-09-01T02:08:13.113+00:00
Fei Xue - MSFT 1,111 Reputation points
0 answers

Does Azure AD B2C support v2.0 endpoints?

According to this documentation, the Blazor project templates use v1.0 endpoints, but they can be upgraded to v2.0 by making the change shown. However, this documentation is talking about Azure AD, not Azure AD B2C specifically. I tried to follow…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,855 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
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,837 questions
asked 2021-08-26T10:08:28.503+00:00
Olive 1 Reputation point
commented 2021-08-31T20:14:40.627+00:00
Marilee Turscak-MSFT 36,811 Reputation points Microsoft Employee
5 answers One of the answers was accepted by the question author.

Blazor server desktop MacOS

How does one create a Blazor Server app with the server running on a MacOS desktop. It does this automagically within VS, how do I create a redistributable app that a person can install on a MacOS, Windows or Linux Desktop? Not talking about a…

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 2021-08-04T17:46:43.72+00:00
Andrew Broughton 96 Reputation points
accepted 2021-08-31T16:12:52.39+00:00
Andrew Broughton 96 Reputation points
3 answers One of the answers was accepted by the question author.

Using Blazor, AD B2C and API Manager

Hi, I am using Azure AD B2C to secure my Blazor app and API’s. I have APIM fronting a set of Azure Fuctions. I can authenticate the user ok, using the MsalAuthentication class (well, the builder.Services.AddMsalAuthentication method). As it…

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
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,837 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,266 questions
asked 2021-03-24T13:25:15.267+00:00
Graham Allwood 306 Reputation points
answered 2021-08-31T16:12:25.193+00:00
yassen 1 Reputation point
1 answer One of the answers was accepted by the question author.

Blazor page name conflict with controller

I'm seeing some odd behavior creating a client-side Blazor app with a web api. It appears you can't create a page with the same name as a web api controller. In particular, I create the project with Visual Studio 2019, selecting the "Blazor…

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 2021-08-26T23:48:41.767+00:00
Greg Arzoomanian 46 Reputation points
commented 2021-08-27T16:57:23.277+00:00
Greg Arzoomanian 46 Reputation points
0 answers

Unable to host blazor Webassembly authentication app in IIS

I've created blazor webassembly app : using visual studio 2019 new project => blazor webAssembly app => Authenticatin type : Individual accounts checked Asp.Net hosted check box I did not…

Internet Information Services
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 2021-08-17T12:39:46.95+00:00
shaker ismaeel 1 Reputation point
commented 2021-08-26T01:21:37.977+00:00
Farid Uddin Kiron MSFT 456 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

multiple "tables" on a single blazor page

I currently have a web page with a jquery datagrid, multiple child divs on the right, and a tab control below the grid with 6 tabs, each tab shows data from a different table. When a row in the data grid is selected all of the child divs and tabs…

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 2021-08-20T23:22:08.397+00:00
Dan Henderson 31 Reputation points
commented 2021-08-21T14:46:37.99+00:00
Dan Henderson 31 Reputation points
0 answers

keyboard shortcut using blazor

Hi, I want to create aKeyboard shortcut to ease up users process. I create it already in jquery and also working right now. but when I click on n it navigate to notification page and also when I am tying in textbox then it also navigating so 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,549 questions
asked 2021-08-20T13:07:33.62+00:00
Prathamesh Shende 381 Reputation points
commented 2021-08-21T06:49:08.25+00:00
Zhi Lv - MSFT 32,141 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Blazor Wasm Multiple HttpClients

I am trying to figure out how to define multiple http clients for my Blazor app. I have an client defined for my Blazor API, now I need a couple more for 3rd party resources. I don't see how to "name" them so that I can request them at in my…

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 2021-08-19T20:34:09.55+00:00
Matthew Holton 331 Reputation points
accepted 2021-08-20T14:04:03.35+00:00
Matthew Holton 331 Reputation points
1 answer

Item always null in blazor

Hi everyone i create blazor application. this application get data from url but one of this url always is null this is my code : var rev =await…

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 2021-08-17T08:44:49.5+00:00
mokhtar soholi 41 Reputation points
answered 2021-08-18T12:31:53.637+00:00
mokhtar soholi 41 Reputation points
1 answer

IIS Reverse proxy settings for blazor server

I wanted to link other port's site with 80 port So i setted reverse proxy that pattern like "(example.*)" url rewrite inside IIS to link blazor server with "https://www.site.com/example" but i found that if i do this…

Internet Information Services
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 2021-08-11T04:12:08.123+00:00
마루 라온 21 Reputation points
commented 2021-08-17T04:41:04.607+00:00
마루 라온 21 Reputation points
1 answer One of the answers was accepted by the question author.

Bug in the documentation page

I am Japanese. I opened the documentation page to study Blazor, but it seems that the Japanese version of the Blazor page is broken. I'm getting 404 errors and split tabs.

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 2021-08-14T15:38:16.18+00:00
和樹 安藤 21 Reputation points
accepted 2021-08-14T16:00:22.827+00:00
和樹 安藤 21 Reputation points
2 answers

There are other ways to connect to database with Blazor in addition to Entity Framework Core?

I work with WebForms currently and all the access to SQL Server database is based on stored procedures to CRUD operations with SqlCommand and CommandType.StoredProcedure. I do not 'select' the database directly. All I am reading about Blazor…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
729 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
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,629 questions
asked 2021-08-09T06:29:53.073+00:00
jos3m 1 Reputation point
answered 2021-08-14T02:34:18.963+00:00
Fei Han - MSFT 306 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Blazor client in Docker container

I have VS 2019 Version 16.10.1, Docker Desktop Create new project, choose Blazor WebAssembly App (.NET 5.0) Right click project in solution explorer choose Add-> Docker Support and choose Linux Compiles fine and runs when you select…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,780 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 2021-08-10T12:40:44.533+00:00
Claes Ylving 21 Reputation points
accepted 2021-08-11T07:35:09.117+00:00
Claes Ylving 21 Reputation points
2 answers

Blazor Server Side - Authentication without using Identity

Good Day Everyone I'm new on using Blazor Server Application, currently on our company we have a exisiting User/Account database, that all our projects are using, now I have succesfully created a cookie based authentication on my ASP.NET Core MVC…

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 2021-08-10T14:23:40.88+00:00
Arnold Mendoza 11 Reputation points
commented 2021-08-11T04:54:49.683+00:00
hydeinthesky 11 Reputation points
1 answer

Signalr netCore 5 Sendasync inside an On Event not reaching clients

Hi, here the related code portion that have an issue hubconnection.On<ConsRequest>("Rcv_ConsPatReady", async (ConsRequest item) => { if (item != null) { var c = await service.AddOrUpdateConsultation(item.PatientID, …

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
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,451 questions
asked 2021-08-10T00:30:20.907+00:00
issam boughanmi 1 Reputation point
answered 2021-08-10T07:39:08.393+00:00
Zhi Lv - MSFT 32,141 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

SignalR with Blazor Progressive Web App & Server - notification on icon desktop

hi, I'm using Blazor with SignalR in a client / server environment. I'm able to send / receive real-time notifications. When I install the WPA client on an android OS , and I send a notification with SignalR , I do receive the message on the installed…

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 SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
140 questions
asked 2021-08-03T04:59:22.417+00:00
jordi 21 Reputation points
accepted 2021-08-09T19:46:47.733+00:00
jordi 21 Reputation points
2 answers

Editing Without Using a Dedicated Edit Page

In most Blazor WASM CRUD examples editing is performed by navigating to a dedicated page. This is a breakdown of what is the common example I have found after many searches... Initial page contains a grid component Each detail row has an…

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 2021-08-04T15:55:24.077+00:00
Jamy 21 Reputation points
answered 2021-08-09T09:53:15.997+00:00
Zhi Lv - MSFT 32,141 Reputation points Microsoft Vendor
0 answers

.NET Core creates AspNet tables incompatible with .NET Framework 4.5

From an ASP.NET MVC project (on .NET 4.5) I created a SQL Server database (and security using Microsoft.AspNet.Identity.EntityFramework.) using EF and the Package Manager. So far so good. A few years later, now, I created another project using Blazor…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,780 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
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,629 questions
asked 2021-08-06T18:00:15.51+00:00
Ben Junior 11 Reputation points
commented 2021-08-09T05:14:40.227+00:00
Yiyi You - MSFT 521 Reputation points
1 answer

How to validate form input ONLY if input has a value

I have created my model with an e-mail address like this: [EmailAddress(ErrorMessage = "Please provide a valid E-mail Address.")] public string Email { get; set; } As you can see, this is not marked as Required, my idea is that if…

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 2021-08-07T21:23:47.523+00:00
Guillermo Perez 26 Reputation points
answered 2021-08-09T02:31:36.657+00:00
Rena Ni - MSFT 2,066 Reputation points