DORSETRIGS
Home

blazor (340 post)


posts by category not found!

How to sign out over HttpContext in server-side Blazor

Signing Out Users in Server Side Blazor with Http Context Server side Blazor allows for rich interactive experiences but managing user authentication often requ

2 min read 06-10-2024 92
How to sign out over HttpContext in server-side Blazor
How to sign out over HttpContext in server-side Blazor

How to Get the Base Url of a Server-Side Blazor App

Navigating the Web Getting the Base URL in Server Side Blazor Server Side Blazor a powerful framework for building interactive web applications sometimes requir

2 min read 06-10-2024 85
How to Get the Base Url of a Server-Side Blazor App
How to Get the Base Url of a Server-Side Blazor App

Found markup element with unexpected name 'Cascading AuthenticationState'

Cascading Authentication State Demystifying a Blazor Error Have you encountered the cryptic error message Found markup element with unexpected name Cascading Au

2 min read 06-10-2024 73
Found markup element with unexpected name 'Cascading AuthenticationState'
Found markup element with unexpected name 'Cascading AuthenticationState'

Blazor Component Design Considerations

Blazor Component Design Building Reusable and Maintainable UI Blazor a popular framework for building interactive web UIs using C offers a powerful component ba

3 min read 06-10-2024 80
Blazor Component Design Considerations
Blazor Component Design Considerations

Navigating to Blazor page with parameter does not render layout or anything

Navigating to Blazor Pages with Parameters Why Your Layout Disappears and How to Fix It Have you ever encountered a frustrating situation where navigating to a

2 min read 06-10-2024 92
Navigating to Blazor page with parameter does not render layout or anything
Navigating to Blazor page with parameter does not render layout or anything

basic component layout inheritance blazor

Mastering Component Layout Inheritance in Blazor A Simple Guide Blazor with its efficient component based architecture offers a powerful way to structure your w

3 min read 06-10-2024 75
basic component layout inheritance blazor
basic component layout inheritance blazor

Blazor Sever App Writing Json Token LocalStorage

Storing JSON Web Tokens JWT Securely in Blazor Server Apps using Local Storage Blazor Server applications known for their real time interaction and server side

3 min read 06-10-2024 81
Blazor Sever App Writing Json Token LocalStorage
Blazor Sever App Writing Json Token LocalStorage

Blazor: counting characters in a textarea in Blazor (not .js)

Counting Characters in a Textarea with Blazor Ditch the Java Script Have you ever needed to display the character count for a textarea in your Blazor applicatio

2 min read 06-10-2024 82
Blazor: counting characters in a textarea in Blazor (not .js)
Blazor: counting characters in a textarea in Blazor (not .js)

Blazor WebAssembly Monitor Threading exception

Blazor Web Assembly Taming the Monitor Threading Exception Problem Have you ever encountered the cryptic Monitor Threading exception while working with Blazor W

2 min read 06-10-2024 78
Blazor WebAssembly Monitor Threading exception
Blazor WebAssembly Monitor Threading exception

How to show/hide an element in real time (Blazor)?

Dynamically Show and Hide Elements in Real Time with Blazor Blazor a powerful framework for building interactive web applications offers a clean and efficient w

2 min read 06-10-2024 80
How to show/hide an element in real time (Blazor)?
How to show/hide an element in real time (Blazor)?

How to use Collapse Sidebar in blazor webassembly

Collapsing Sidebars in Blazor Web Assembly A Simple Guide Blazor Web Assembly applications often benefit from a sidebar navigation menu However for smaller scre

2 min read 06-10-2024 80
How to use Collapse Sidebar in blazor webassembly
How to use Collapse Sidebar in blazor webassembly

Uncaught (in promise) Error: System.ArgumentException: There is no event handler associated with this event. EventId: '4'"

Uncaught in promise Error System Argument Exception There is no event handler associated with this event Event Id 4 Decoding the Error and Finding Solutions Thi

3 min read 06-10-2024 71
Uncaught (in promise) Error: System.ArgumentException: There is no event handler associated with this event. EventId: '4'"
Uncaught (in promise) Error: System.ArgumentException: There is no event handler associated with this event. EventId: '4'"

Why does Mudblazor component appear without css?

Why Your Mud Blazor Components Look Naked The CSS Mystery Solved Ever built a beautiful Mud Blazor app only to find that your components are missing their styli

2 min read 06-10-2024 80
Why does Mudblazor component appear without css?
Why does Mudblazor component appear without css?

Multiple components use the same tag in blazor

Avoiding Conflicts Managing Shared Tags in Blazor Components Blazor the popular web framework for building interactive web UIs uses components as the building b

3 min read 06-10-2024 82
Multiple components use the same tag in blazor
Multiple components use the same tag in blazor

Blazor: Conditionally display RenderFragment component

Conditionally Displaying Render Fragment Components in Blazor A Beginners Guide Blazor with its ability to build interactive web UIs using C has become a popula

2 min read 06-10-2024 73
Blazor: Conditionally display RenderFragment component
Blazor: Conditionally display RenderFragment component

Get the ID of the current logged in user with Blazor Server

How to Get the ID of the Current Logged in User in Blazor Server Applications Problem You re building a Blazor Server application and need to access the ID of t

2 min read 05-10-2024 70
Get the ID of the current logged in user with Blazor Server
Get the ID of the current logged in user with Blazor Server

document.getElementById() in blazor

Finding Your Way Around Using document get Element By Id in Blazor Blazor the popular web framework built on NET empowers developers to create interactive web e

2 min read 05-10-2024 95
document.getElementById() in blazor
document.getElementById() in blazor

How can I change the port for a published Blazor Server project?

Shifting Gears How to Change the Port for Your Published Blazor Server Project Building a dynamic web application with Blazor Server is exciting but sometimes y

2 min read 05-10-2024 75
How can I change the port for a published Blazor Server project?
How can I change the port for a published Blazor Server project?

How can I refer to a component created via DynamicComponent in Blazor?

Referencing Dynamically Created Blazor Components A Guide Dynamically creating Blazor components offers flexibility and powerful options for building interactiv

3 min read 05-10-2024 71
How can I refer to a component created via DynamicComponent in Blazor?
How can I refer to a component created via DynamicComponent in Blazor?

Failed to find a valid digest in the 'integrity' attribute for resource in Blazor app

Blazors Failed to find a valid digest in the integrity attribute Error A Comprehensive Guide Have you encountered the frustrating Failed to find a valid digest

2 min read 05-10-2024 79
Failed to find a valid digest in the 'integrity' attribute for resource in Blazor app
Failed to find a valid digest in the 'integrity' attribute for resource in Blazor app

how to navigate between fields of Editform with Enter key in Blazor?

Navigating Between Fields in Blazor Edit Forms with the Enter Key Working with Edit Forms in Blazor can be a smooth experience but sometimes you might want to a

2 min read 05-10-2024 72
how to navigate between fields of Editform with Enter key in Blazor?
how to navigate between fields of Editform with Enter key in Blazor?

I want to specify a non-default layout for authentication errors in Blazor

Customizing Authentication Error Layouts in Blazor Beyond the Default The Problem A Generic Error Message Isnt Always Enough When working with authentication in

2 min read 05-10-2024 66
I want to specify a non-default layout for authentication errors in Blazor
I want to specify a non-default layout for authentication errors in Blazor

Blazor server side application throwing "System.InvalidOperationException: JavaScript interop calls cannot be issued at this time. ..." during reload

Blazor Server Side Conquering Java Script Interop Calls Cannot Be Issued Errors During Reloads The Problem Many Blazor developers encounter a frustrating error

2 min read 05-10-2024 89
Blazor server side application throwing "System.InvalidOperationException: JavaScript interop calls cannot be issued at this time. ..." during reload
Blazor server side application throwing "System.InvalidOperationException: JavaScript interop calls cannot be issued at this time. ..." during reload

Asp.net Core 6 logout does not work, only redirecting to a page that does not exist

Asp Net Core 6 Logout Troubles Stuck in a Redirect Loop Have you ever encountered a situation where your Asp Net Core 6 application refuses to log you out prope

2 min read 05-10-2024 54
Asp.net Core 6 logout does not work, only redirecting to a page that does not exist
Asp.net Core 6 logout does not work, only redirecting to a page that does not exist

Which event in a MudBlazor MudSelect is called when selection is changed and how would it be implemented?

Mastering Mud Blazors Mud Select Reacting to Selection Changes Mud Blazors Mud Select component offers a versatile way to create dropdown menus in your Blazor a

2 min read 05-10-2024 113
Which event in a MudBlazor MudSelect is called when selection is changed and how would it be implemented?
Which event in a MudBlazor MudSelect is called when selection is changed and how would it be implemented?