frameworks
Blazor Articles, Tutorials & News
Blazor articles, tutorials, and news from the DotNetNews archive.
169 articles Updated
Blazor work shows up across many DotNetNews issues because teams keep hitting the same implementation questions. Blazor sits in the ASP.NET Core and broader Microsoft web stack that most C# services use.
Recurring subtopics in recent issues include Blazor Server, Blazor WebAssembly, Blazor components, and blazor. When a subtopic never appears in the archive titles or excerpts, it is left out of this introduction.
Expect publisher tutorials, release notes, architecture write-ups, and field notes linked from DotNetNews issues. Start here is a short editorial shortlist for Blazor; the archive list is chronological and larger. Secondary angles such as Blazor and Blazor tutorials appear when the archive actually covered them. Cross-links to ASP.NET Core and ASP.NET Core Web API help when the problem spans more than one tag.
Each card points at the original publisher URL and the DotNetNews issue that carried it, so you can read the article in context or jump straight to the source.
Start here
Editor picks for Blazor
-
Set LogLevel of Blazor
steven-giesel.com Issue #495
Small fix, but the kind of Blazor polish that helps with diagnostics noise and page quality tooling.
-
How to Build AI-Powered Engineering Knowledge Assistants with Blazor
c-sharpcorner.com Issue #489
Interesting internal-tool angle: Blazor plus AI for knowledge retrieval is a believable enterprise use case.
-
Blazor Community Standup: WebMCP in Action with Blazor
youtube.com Issue #488
Interesting intersection of Blazor UI and AI agent-driven interactions.
-
Building AI-Powered Engineering Standards Assistants Using Blazor
c-sharpcorner.com Issue #486
Build AI-powered engineering standards assistants with Blazor & ASP.NET Core for instant guidance, improved productivity, and consistent application of guidelines.
-
Running background tasks in Blazor with Web Workers: Exploring the .NET 11 preview - Part 1
andrewlock.net Issue #477
Blazor plus Web Workers is an interesting .NET 11 preview area, especially for keeping UI responsive during CPU-heavy work.
-
.NET MAUI Community Standup: Rust, SkiaSharp Everywhere, AI/ML Live Processing
youtube.com Issue #476
A broad MAUI standup with enough crossover ideas to interest Blazor folks too, especially around drawn UI and live AI processing.
-
Blazor - How to set a base component for all Razor components
meziantou.net Issue #476
Small Blazor tip, but a valuable one if you want shared component behavior without repetitive boilerplate.
-
Blazor WASM in VS Code? Razor Editor Keeps Breaking After Save? Here’s the Fix
medium.com Issue #471
VS Code Blazor WASM debugging fix, specific solution for Razor editor breaking after save operations.
Archive
Page 1 of 7
Newest first
-
.NET 11 Blazor WebAssembly: Benchmarking Smaller Apps and Startup Performance
c-sharpcorner.com Issue #533
Benchmark .NET 11 Blazor WebAssembly applications to measure startup time, download size, memory usage, and performance improvements in smaller apps.
-
Submission Manager : A Generic Multi-Tier Submission System Using Blazor, Web API, and Windows Forms
c-sharpcorner.com Issue #533
Learn how to design and build a generic multi-tier application using a shared .NET architecture. This article explores a practical implementation of the SubmissionManager system, connecting Blazor web...
-
Add Blazor to Your WPF App — Without Rewriting It
medium.com Issue #533
VECTOART · DIGITAL SOVEREIGNTY SERIES · VIDEO 09
-
ASP.NET Web Forms to Blazor Migration Guide
faciletechnolab.com Issue #530
How to migrate ASP.NET Web Forms to Blazor page lifecycle mapping, control conversion, state management, authentication, and phased migration strategy.
-
Security Headers and CSP for Blazor: One Middleware, Every Host
medium.com Issue #526
Every client-facing host must stamp the same hardened response headers, but a Blazor host needs a Content-Security-Policy no static string…
-
Day 17 : Building While Learning — My MudBlazor Journey
medium.com Issue #523
Learning MudBlazor | Blazor Components | State Management | Event Handling | Building a Real Project
-
One Blazor UI, two hosts: a device-capability layer that stays resolvable everywhere
medium.com Issue #523
The same Blazor component set runs in a browser and inside a MAUI Blazor Hybrid app. But a share sheet, a fingerprint prompt, and a haptic…
-
Day 16: From Learning MudBlazor to Getting Ready for My First Project
medium.com Issue #522
Today felt a little different from the previous few days.
-
Hybrid rendering in .NET: server-rendered pages with interactive islands
medium.com Issue #522
Rendering architecture is often presented as a binary decision: stay with MVC, or move the entire public experience into a separate…
-
ASP.NET Community Standup: What's new in .NET 11 Preview 7?
youtube.com Issue #519
Join the ASP.NET Core team for a tour of what's new for ASP.NET Core and Blazor in .NET 11 Preview 7: Output caching for Blazor, QuickGrid virtualization improvements, auto-pausing Blazor Server circu...
-
A list page in a few lines: a reusable Blazor UI framework with the same discipline as the backend
medium.com Issue #516
This series has been backend all the way down. But the front end is where DRY usually goes to die: every list screen re-implements paging…
-
Blazor WASM: Why IsTrimmable=false Isn't Enough - And What Source Generation Actually Fixes
c-sharpcorner.com Issue #516
Blazor WASM trimming can break JSON deserialization. Learn why IsTrimmable=false fails and how System.Text.Json source generation provides a robust fix.
-
Production-Ready AI Chat Applications in Blazor Using Semantic Kernel
c-sharpcorner.com Issue #515
Build production-ready Blazor AI chat apps with Semantic Kernel. Learn architecture, best practices, and deployment for scalable, secure LLM integration.
-
Building a Privacy-First Pic Collage Editor with Blazor WebAssembly and HTML Canvas
c-sharpcorner.com Issue #515
Learn how to build a browser-based photo collage editor with Blazor WebAssembly, HTML Canvas, JavaScript interop, local image processing, grid layouts, long-image stitching, drag-and-drop editing, and...
-
The Blazor Blueprint, Part 3: What a Breadcrumb Actually Needs to Know
medium.com Issue #515
Series: The Blazor Blueprint
-
Blazor Web Apps in .NET 11: What's New for Full-Stack Development
c-sharpcorner.com Issue #508
Explore Blazor Web Apps in .NET 11: new features for faster performance, enhanced developer productivity, and seamless full-stack C# development.
-
Blazor Hybrid Apps with .NET MAUI
c-sharpcorner.com Issue #507
Build native cross-platform apps with Blazor Hybrid & .NET MAUI. Reuse C#, Razor, HTML/CSS for Android, iOS, Windows, macOS. Boost development!
-
Set LogLevel of Blazor
steven-giesel.com Issue #495
Blazor is a bit talkative when it comes to the Developer Console. PageSpeed Insights for example does complain: Browser errors were logged to the console The fix is easy.
-
How to Build AI-Powered Engineering Knowledge Assistants with Blazor
c-sharpcorner.com Issue #489
Build AI-powered engineering knowledge assistants with Blazor & ASP.NET Core for faster access to crucial information.
-
Blazor Community Standup: WebMCP in Action with Blazor
youtube.com Issue #488
Yanislav Ivanov from Telerik joins us to show how Blazor components use WebMCP to expose actions directly to AI agents, enabling natural language prompts to drive real UI interactions. 🔗 Links: https...
-
Building AI-Powered Engineering Standards Assistants Using Blazor
c-sharpcorner.com Issue #486
Build AI-powered engineering standards assistants with Blazor & ASP.NET Core for instant guidance, improved productivity, and consistent application of guidelines.
-
How to Build AI-Driven Engineering Assistant Portals with Blazor
c-sharpcorner.com Issue #484
Build AI-driven engineering assistant portals with Blazor & ASP.NET Core. Enhance developer productivity by unifying knowledge and data.
-
How to Build an Internal Knowledge Assistant Using Azure AI Search and Blazor
c-sharpcorner.com Issue #482
Build an internal knowledge assistant with Azure AI Search & Blazor for efficient, AI-powered information retrieval and conversational access.
-
Building AI-Powered Engineering Portals with ASP.NET Core and Blazor
c-sharpcorner.com Issue #482
Build AI-powered engineering portals with ASP.NET Core & Blazor. Centralize knowledge, boost productivity, and accelerate software delivery.
-
Building AI-Enhanced Engineering Metrics Dashboards with Blazor
c-sharpcorner.com Issue #480
Build AI-enhanced engineering metrics dashboards with Blazor & .NET. Gain predictive insights, detect anomalies, and improve software delivery.