1,674 questions with Developer technologies | .NET | Blazor tags
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…
Developer technologies | .NET | Blazor
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, …
Developer technologies | .NET | Blazor
Developer technologies | ASP.NET | Other
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…
Developer technologies | .NET | Blazor
Azure SignalR Service
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…
Developer technologies | .NET | Blazor
.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…
Developer technologies | .NET | Blazor
Developer technologies | .NET | Other
SQL Server | Other
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…
Developer technologies | .NET | Blazor

Blazor WebAssembly hosted app with Identity Server, GET https://{DOMAIN}/.well-known/openid-configuration 404
I set up a blazorwasm application, It can work normally locally(OIDC), But if I publish to the server,It does not work with a domain name(if use IP, work normally ) I checked F12 and found GET https://{DOMAIN}/.well-known/openid-configuration 404 (use IP…
Developer technologies | .NET | Blazor
Developer technologies | C#
Localize a component in another assembly - Updated
Updated all the question, reformed and posted the new code here: I tried 2 approaches at the same time to find out how I can localize my component which is located in a different assembly. Folder/ Files architecture: Index (Usage in the…
Developer technologies | .NET | Blazor
CORS error with new app service
I have a Blazor webassembly that runs as an app service. It calls a .net core api also running as an app service in the same resource group. I set this up a while ago and it has been running with no issues. Now I wanted to add a second api. I created a…
Developer technologies | .NET | Blazor
Azure App Service
Blazor wasm skip CascadingAuthenticationState for index page.
I am using blazer wasm and hosting it asp.net core default template. it has both secure and unsecure page. by default when I will start the app. it show loading and then authorization. since my home/index page is not secure. i want to skip this…
Developer technologies | .NET | Blazor


blazor component runtime nested
Hi My goal is to put the components together in runtime, even nested.(like page designer sharepoint) There are two incomplete ways to do this. 1- Using DynamicComponent 2- Using RenderTreeBuilder Both of these solutions do not work in practice…
Developer technologies | .NET | Blazor
Upload File to Asp Net Core
Hello. I am writing an online store following the example of Adam Freeman's book "Pro Asp Net Core 3.1". In his Real Application example, he does not specify how to upload images to the site / database. Also for the admin panel it uses the…
Developer technologies | .NET | Entity Framework Core
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Blazor pages not updating
I am "still" having issues with Blazor behavior. Looking at my diagram Component 1 is a simple list of items that is populated from the GetData() method which works perfectly. When an edit button is clicked the navigation to…
Developer technologies | .NET | Blazor
ASP.NET Core - static web assests from nuget package (Radzen.Blazor, Microsoft Identity) load only when environment is Development, not when Staging.
I have a ASP.NET Core Blazor Server with Identity. When I run in the Development environment ("ASPNETCORE_ENVIRONMENT": "Development"), everything works as expected. Specifically, the static web assest such as css and js files are…
Developer technologies | .NET | Blazor
Azure Web App is returning HTTP 500 error
HTTP Error 500.30 - ANCM In-Process Start Failure - The Project is Asp.net core 3.1 • Category: Microsoft.AspNetCore.Server.IIS.Core.IISHttpServer • EventId: 2 • RequestId: 80003143-0000-e600-b63f-84710c7967bb • RequestPath: / • SpanId:…
Developer technologies | .NET | Blazor
Developer technologies | .NET | .NET Runtime
Developer technologies | C#
I am developing CMS and have a problem to display employee's photo in "details" view as it is dynamic, how to assign a dynamic path to employee's photo?
in "details" view : <div class="mb-3"> <span class="input-group-text" id="basic-addon3" asp-for="Photo_Form"> Your Photo </span> <img src="@Anonymous …
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor

same library to access data on webassembly and asp.net core
Hi, i have blazor webassembly project that connect to a asp.net core, the blazor project use indexeddb for local db and net core project use sql server to store data, the 2 project have the same data structure. I have 1 library that contains the…
Developer technologies | .NET | Blazor
Configuring a default document for Blazor app deployment
I created a blazor server side application. Everything works on local IIS. Now I deployed the app on Azure. When I navigate to the specified url http://MyApp.azurewebsites.net, I get this error: You do not have permission to view this directory or…
Developer technologies | .NET | Blazor
Blazor Binding Convention Property or member
Hey, I am currently working within a Blazor project for my client and we struggled to find a clear docu that shows MS convention on namings for Blazor bindings. What is the proposed standard for binding values in Blazor views? Is it recommanded…
Developer technologies | .NET | Blazor
Using javascript from a website template in WASM
I want to use a website template for my Blazor webassembly project. it has a few nice features like a JavaScript carousel and I would like to use those but I dont know where to put the JavaScript links to the files. I have tried putting them in the…
Developer technologies | .NET | Blazor

