Blazor Server Migration from .NET 9 to .NET 10: Lessons Learned
Why wait for .NET 10 to migrate? I had been looking forward to this release, mainly because of a Blazor Server reconnection bug I reported …
.NET developer. 💜 Blazor

Why wait for .NET 10 to migrate? I had been looking forward to this release, mainly because of a Blazor Server reconnection bug I reported …
With .NET 9, Blazor Server applications took a major step forward in terms of automatic reconnection, significantly improving fluidity between the server and the user …
I thought it was complex and even expensive. It isn’t. Here’s how I added TOTP-style two-factor authentication (2FA) to a Blazor application.👉 Repo GitHub: tossnet/Blazor-2FA …
In a Blazor project, it’s common to use routes for navigating between pages. One interesting approach is to centralize the definition of these routes in …
This article explores the Blazor-WinOld repository, a fascinating project that reimagines the classic look and feel of older Windows versions (from Windows 98 to Windows …
Blazor-Clippy-AI leverages Azure Semantic Kernel and Blazor’s NavigationManager to create a proactive, intelligent assistant that enhances your web experience
In .NET development, managing dependencies is a critical task—especially when multiple projects share the same libraries. In this post, we’ll explore how centralized NuGet package …
Implement the cache-busting offered by Blazor with dotnet 9 in your applications