BootstrapBlazor: Validation error inside a Table always appears on the first row
I am using BootstrapBlazor with a Table component inside a ValidateForm. I am binding the form directly to a List<T>.Problem: my custom validation logic (IsValid in C#) works correctly and...
View ArticlePersistentState Not Persisting Data On Internal Navigation through Enhanced...
I have following code In my Blazor Web App WebAssembly Interactivity project Using .NET10 LTS: The problem i am facing is that on internal navigation to this component(i.e counter) through enhanced...
View ArticleBlazor project from standard template errors after edit
I'm using Visual Studio Community 2026, December 2025 Feature Update (18.1.1), which is the latest version right now.I create a new project using the 'Blazor Web App' template. I use the default...
View ArticleStore Sort Properties in local Storage for Microsoft QuickGrid 8.0.1
I am using Microsoft.AspNetCore.Components.QuickGrid version 8.0.10 for .NET 8 as a Blazor component within a Radzen application.To save the filter properties, I store them in a custom model, convert...
View ArticleUnable to start application with Android Emulator on Windows because of...
I am using the Jet Brains Rider v2025.3.1 for cross-platform development.Trying to start the application of .NET MAUI Blazor Hybrid and Web App type, I have got the following message:Update EmulatorThe...
View ArticleScoped service state resets randomly after async JS interop + navigation. is...
I'm facing a non-deterministic state loss issue in a Blazor WebAssembly (.NET 6) app that only happens after a specific sequence of async JS interop + navigation + re-render.ScenarioBlazor WebAssembly...
View ArticleIdentifying Memory Bottlenecks in ASP.NET Core Request Body Mapping using...
I have an endpoint that accepts a model containing a byte[] in the request body:[HttpPost]public ActionResult<string> UploadFileChunk([FromBody] FileChunk chunk, string guid)When uploading large...
View ArticlePublish razor pages to Blazer server hosted in IIS
I am developing an intranet site for my organization that aggregates data from many sources, caches them in defined dynamic lists in a singleton class. The site has many razor pages that...
View ArticleErrors in console after upgrading blazor web app to .net 10
Why is this error happening on my blazor website after web deploying to my server? It should not even be trying to load HotReload as the environment is set to staging.Failed to load module script:...
View ArticleWhy the project for server side presents in solutions of ".NET MAUI Blazor...
The standard project (more correctly, the group of 4 projects) of .NET MAUI Blazor Hybrid and Web App type:Set WebAssembly as the interactive render mode:If I have understood correctly this page of the...
View ArticleWhat is the point of ***.Web.Client project of ".NET MAUI Blazor Hybrid and...
The standard project (more correctly, the group of 4 projects) of .NET MAUI Blazor Hybrid and Web App type:Set WebAssembly as the interactive render mode:When projects has been created, launch the...
View ArticleApplication heading overlapped by Android native top bar in projects of ".NET...
The standard project (more correctly, the group of 4 projects) of .NET MAUI Blazor Hybrid and Web App type:Set **WebAssembly** as the **interactive render mode**:I have not edited the code generated by...
View ArticleHow to use Polly with Refit?
I am not configuring my Refit client using the services in Startup. I am doing the following:public Task<IMyService> GetService(){ var retryPolicy = HttpPolicyExtensions...
View ArticleWhich rulesets can be safely deleted among ones of app.css in "Shared"...
The standard project (more correctly, the group of 4 projects) of .NET MAUI Blazor Hybrid and Web App type:Once operations in project creating wizard done, 4 projects will be created:In Shared project,...
View ArticleMethod not found: 'Void...
I have problem in Blazor WEb App in .NET 9.0 ---> System.MissingMethodException: Method not found: 'Void...
View ArticleGet the current exception in blazor Error Boundary
I have an exception that has been generated in a certain context of my application.I would like to be able to collect it, send it to the logger and recover the previous state.The problem is that this...
View ArticleWhy is my Blazor EditForm not calling OnValidSubmit on /auth/register route?
I’m building a Blazor (Razor Components / .NET 8) app and I have a registration page at /auth/register. The component uses an EditForm with OnValidSubmit="HandleRegister". Inside HandleRegister I have...
View ArticleHow can I display only errors when running dotnet watch run?
My dotnet 6 project has several hundred warnings. And when I run dotnet watch run it shows all of those yellow warnings. And it does it every time Hot Reload applies a rude edit. How can I get it to...
View ArticleTask List displaying TODO comments as belonging to auto-generated files
I'm working with Visual Studio 2022 v17.14.23 on my very first Blazor project.I ran into an unexpected behaviour when leaving a TODO comment in a .razor file: as long as said file is open in my IDE,...
View ArticleWhy is the Client drop down list in my .razor file showing the integer value...
As mentioned in the subject line why is my Client drop down list in my razor .razor.cs file showing the value instead of the text? As you can see from the image below the Site drop down list is showing...
View Article