1,491 questions with Blazor tags

Sort by: Updated
4 answers

Blazor Server - deserializing an array of objects with System.Text.Json - The JSON value could not be found

The JSON value could not be converted to BtServer.Pages.RecordDetail+MyRecordDetails. Path: $ | LineNumber: 0 | BytePositionInLine: 1. at System.Text.Json.ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type propertyType) at…

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
asked 2021-03-07T14:25:24.41+00:00
wavemaster 311 Reputation points
answered 2021-03-07T16:13:11.99+00:00
wavemaster 311 Reputation points
3 answers

How to improve my workflow? VS2019 with Blazor Server app and Core WebAPI project lose connection many many times

One project is a NET5 Web API with EF Core, the other is a Blazor Server app. My workflow is as follows: CTRL F5 to start the Web API in the browser, Swagger UI comes up F5 on the Blazor Server app to start the debugger More than half of the…

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
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
965 questions
asked 2021-03-02T03:42:33.877+00:00
wavemaster 311 Reputation points
answered 2021-03-07T13:57:58.21+00:00
wavemaster 311 Reputation points
0 answers

Custom Policy - The reply url specified in the request does not match the reply urls configured

Setting up a local test Blazor WASM hosted application .net 5 with AAD B2C, with custom policy to limit to specific tenant list. appsetting client "AzureAdB2C": { //"Authority":…

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 2021-03-05T11:04:27.24+00:00
Bob Marley 1 Reputation point
1 answer

VS2019 : blazor client and Blazor server when ASP.net core hosted option is checked

I am trying to build a PWA using Blazor , i read i need to select Blazor Assembly/ Enable PWA application it also have ASP.net core hosted option as well when i select this it creates 2 project server/client I am very confused what to write on…

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 2021-02-28T12:30:43.553+00:00
Raghuwanshi, Shatrughan 1 Reputation point
commented 2021-03-02T02:33:48.04+00:00
Michael Wang-MSFT 1,061 Reputation points
2 answers

Azure published Blazor app XMLHttpRequest Error

Hello, I have a couple of Blazor Web Assembly Appps published to Azure App Service. Some in .NET Core 3.1 and some in .NET 5 I noticed when they are published to Azure, the console shows this error message >…

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,319 questions
asked 2021-02-25T12:16:35.56+00:00
Eduardo Fonseca 1 Reputation point
answered 2021-02-28T03:32:31.797+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Blazor Webassembly under Google Chrome with 3rd-party cookies blocked enabled not working

With Cross-Site Tracking enabled on Safari, and also under Google Chrome with 3rd-party cookies blocked, my Blazor webassembly PWA is not working as expected. I am using Identity Server 4 deployed as a separate website and domain, as it is the IDP for…

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 2021-02-23T06:09:41.567+00:00
Michael Joseph 96 Reputation points
accepted 2021-02-24T23:15:24.877+00:00
Michael Joseph 96 Reputation points
0 answers

Unhandled Exception on iOS Devices due to HttpClient [Xamarin.Forms (Mobile Blazor Bindings)]

Hello I've made an hybrid mobile application using Mobile Blazor Bindings (which is based on Xamarin Forms). It's on production but since the it's deployed I'm having a problem with iOS platform. At first problems arose on login procedure public…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,324 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 2021-02-24T11:52:22.3+00:00
Kaan Taze 1 Reputation point
commented 2021-02-24T14:03:55.973+00:00
JarvanZhang 23,951 Reputation points
1 answer

Opening a popup on separate monitor

Hi, I'm a .Net developer currently working on an internal company website. We are developing in Blazor WASM and the site is mandated to run on the latest version of Edge only. My goal is to allow a popup to open (showing secondary information) on a…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,229 questions
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
asked 2021-02-18T18:44:43.463+00:00
Ryan Tse 1 Reputation point
answered 2021-02-19T07:35:23.773+00:00
Michael Wang-MSFT 1,061 Reputation points
2 answers One of the answers was accepted by the question author.

Blazor and Async Await

I am building a Blazor (server) application. Everything works well as long as I don't try to await a method. Basically I have a screen with a button. The button click event calls a method and the method uses a library which has an async method. If 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 2021-01-16T14:31:45.847+00:00
ICodeInTx 56 Reputation points
answered 2021-02-17T16:42:57.43+00:00
parthibanuthayakumar 76 Reputation points
1 answer One of the answers was accepted by the question author.

Restrict access to Web API using Blazor WASM

I'm working on a project for a financial application and after a lot of thought decided to create a web API (using JWT) and, initially, a Blazor frontend. Eventually we will add mobile apps. So my first idea was to use Blazor WASM. Then thinking about…

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
asked 2021-02-07T19:58:16.4+00:00
Oliverio Díaz Abood 21 Reputation points
accepted 2021-02-09T01:57:08.147+00:00
Oliverio Díaz Abood 21 Reputation points
0 answers

Blazor namespace and @namespace

I have a Blazor component where markup and code are separated ( AppNav.razor and AppNav.razor.cs). Do I have to put namespace in both files or .razor.cs is sufficient? I have this question because Visual studio 2019 (16.8.3) Enterprise is inconsistent.…

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
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,597 questions
asked 2021-01-30T21:30:03.727+00:00
Albert 1 Reputation point
commented 2021-02-01T09:16:30.45+00:00
Brando Zhang-MSFT 3,441 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Allow Anonymous user on a Blazor page

I've developed a blazor application.I'd like to exclude one of the pages from the authentication requirement so that anonymous users can visit it.I added the following line to the top of the page,but it didn't take effect,redirecting the user to 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 2021-01-28T09:18:46.403+00:00
Meisam Dehghan 46 Reputation points
commented 2021-02-01T03:14:53.127+00:00
Jiadong Meng - MSFT 126 Reputation points
0 answers

Blazor Editor - Element Property Explorer

Do you know of a Visual Studio plug-in or an editor which displays the properties of an Element say <Input> or <button> when you click on it. This would be something similar to the Property Grid in the Windows Forms designer.

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 2021-01-26T20:14:10.993+00:00
S Chapman 82 41 Reputation points
commented 2021-01-27T05:35:46.67+00:00
Fei Han - MSFT 306 Reputation points Microsoft Vendor
1 answer

Blazor - Progress Indicator - Timer Object

I have a requirement to display the progress of jobs on an application server in a Blazor Server app. Currently I'm using a timer to poll the database for progress and display the results to the user. I have no control over the app server and can't…

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 2021-01-22T13:13:55.287+00:00
S Chapman 82 41 Reputation points
answered 2021-01-26T09:21:34.253+00:00
Michael Wang-MSFT 1,061 Reputation points
1 answer One of the answers was accepted by the question author.

Cannot find identity in add New Scaffolder menu

Hello, These days, I am studying about Blazer Server app to review whether or not I could use this framework for my personal projects. During checking the default Authentication service in VS 2019 community version, individual User Accounts, 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
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,844 questions
asked 2021-01-10T12:32:52.51+00:00
Dong Kyu Hwang 21 Reputation points
commented 2021-01-25T07:28:49.153+00:00
Tianyu Sun-MSFT 29,181 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Blazor Wasm Client debugging issues

Debugging a web assembly client application is quite different to a "normal .Net" application (e.g. Blazor server side). Examples: Intellisense in watch window doesn't work. Hexadecimal display in watch window is available, but does not…

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
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
965 questions
asked 2021-01-22T21:35:33.403+00:00
EuroEager2008 21 Reputation points
commented 2021-01-24T23:22:24.67+00:00
Ahmed Alejo 76 Reputation points
1 answer

Blazor Role Authorization not working

I have a Blazor server application with Identity setup to utilize a SQL Server. Additionally I'm using IdentityManager2 to assist with ensuring the account/roles are setup and everything works properly everywhere except for AuthorizeView and Authorize. …

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 2021-01-24T08:48:59.483+00:00
ICodeInTx 56 Reputation points
answered 2021-01-24T15:11:28.617+00:00
ICodeInTx 56 Reputation points
2 answers One of the answers was accepted by the question author.

Blazor Startup - Pre-registered Services

Hi I'm new to Blazor ad C# 6.0 and trying to find my feet. I am learning about dependency injection currently. Whilst I appreciate why DI is needed I am struggling a bit with documentation. From the documentation it is clear that you first need 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
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,597 questions
asked 2021-01-21T10:07:12.25+00:00
S Chapman 82 41 Reputation points
answered 2021-01-23T08:55:57.817+00:00
Ahmed Alejo 76 Reputation points
0 answers

Blazor Startup Class

I'm looking at Blazor Server app and in particular exploring the auto-generated source code. I have found that renaming the methods in Startup class causes an exception and the app won't load. The Startup class is passed to the host only in the form of 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,491 questions
asked 2021-01-20T18:05:22.507+00:00
S Chapman 82 41 Reputation points
commented 2021-01-22T01:55:38.927+00:00
Yinqiu Yao-MSFT 236 Reputation points
1 answer One of the answers was accepted by the question author.

string test difficulty asp.net

H members when i make a single test of string it work fine user = HttpContext.Current.User.Identity.Name Label7.Text = user If Not user = "STUPREMAT\M.houssem" Then Menu1.Items(2).Enabled = False End If and when i make…

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 2021-01-19T13:10:55.307+00:00
HOUSSEM MAHJOUBI 286 Reputation points
accepted 2021-01-21T13:20:28.94+00:00
HOUSSEM MAHJOUBI 286 Reputation points