Blazor Articles, Tutorials & News
Blazor articles, tutorials, and news from the DotNetNews archive.
152 articles Updated
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
An internal assistant pattern that could be genuinely useful when paired with good source content.
-
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.
Blazor tutorials from the DotNetNews archive, curated for .NET developers who already ship production code. This is a reading list pulled from daily issues, not a substitute for the official docs on Blazor.
Use Start here for the editorial shortlist, then browse Latest or the full archive when you need more depth. Coverage leans toward Blazor Server, Blazor WebAssembly, Blazor components. Recent pieces worth opening: “Set LogLevel of Blazor” and “How to Build AI-Powered Engineering Knowledge Assistants with Blazor”.
Every item links out to the original publisher and back to the DotNetNews issue where it ran.
Latest
Newest Blazor from the archive
- Set LogLevel of Blazor
steven-giesel.com Issue #495
-
Building AI-Powered Engineering Standards Assistants Using Blazorc-sharpcorner.com Issue #486
-
How to Build AI-Driven Engineering Assistant Portals with Blazorc-sharpcorner.com Issue #484
-
Building AI-Enhanced Engineering Metrics Dashboards with Blazorc-sharpcorner.com Issue #480
-
Copilot Studio gets faster with .NET 10 on WebAssemblydevblogs.microsoft.com Issue #478
Archive
Page 1 of 7
Newest first
-
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.
-
Copilot Studio gets faster with .NET 10 on WebAssembly
devblogs.microsoft.com Issue #478
Microsoft Copilot Studio recently upgraded its .NET WebAssembly engine to .NET 10. The migration was straightforward, simplified deployment, and delivered another round of meaningful performance gains...
-
Running background tasks in Blazor with Web Workers: Exploring the .NET 11 preview - Part 1
andrewlock.net Issue #477
In this post I discuss the new Web Worker template available in .NET 11 for running CPU intensive tasks without blocking the UI
-
.NET MAUI Community Standup: Rust, SkiaSharp Everywhere, AI/ML Live Processing
youtube.com Issue #476
David and Gerald are joined this month by Nick Kovalsky who will show us some amazing .NET MAUI things with Rust, SkiaSharp and drawn UI (also coming to Blazor?!) and AI live processing that he has be...
-
Blazor - How to set a base component for all Razor components
meziantou.net Issue #476
When building a Blazor application, you may want a custom base component for all your Razor components. This is useful for sharing common functionality like cancellation tokens, logging, or state mana...
-
ASP.NET Core 10 Web API CRUD with EF Core - Complete .NET 10 Tutorial
codewithmukesh.com Issue #473
Build a production-ready .NET 10 Web API with EF Core 10 and PostgreSQL. CRUD operations, DDD, Minimal APIs, Scalar, code-first migrations, and best practices.
-
On .NET Live - Fluent UI Blazor: The next step
youtube.com Issue #471
In this session, Denis and Vincent will show you what is new in the next major version of the Microsoft Fluent UI Blazor library. 🔗 Repo: https://github.com/microsoft/fluentui-blazor 🎙️ Featuring: M...
-
Blazor WASM in VS Code? Razor Editor Keeps Breaking After Save? Here’s the Fix
medium.com Issue #471
*Pair-debugging with an AI agent. 9 extension versions tested. One root cause found.*
-
Why Blazor UI Sometimes Does Not Refresh After Data Update
medium.com Issue #466
Many Blazor developers eventually face a confusing situation:
-
Blazor - How to set a base component for all Razor components
meziantou.net Issue #465
When building a Blazor application, you may want a custom base component for all your Razor components. This is useful for sharing common functionality like cancellation tokens, logging, or state mana...
-
.NET 11 Preview 4 Roundup: MAUI, Blazor, EF Core, SDK and Runtime Updates
news.google.com Issue #464
.NET 11 Preview 4 Roundup: MAUI, Blazor, EF Core, SDK and Runtime Updates
-
Fixing a Blazor App with VS Code's New Agent Browser Sharing
visualstudiomagazine.com Issue #457
A hands-on Blazor test shows how VS Code 1.119 makes agent browser sharing more visible, permissioned and chat-driven.
-
Running background tasks in Blazor with Web Workers: Exploring the .NET 11 preview - Part 1
andrewlock.net Issue #457
In this post I discuss the new Web Worker template available in .NET 11 for running CPU intensive tasks without blocking the UI
-
Goodbye Bootstrap: How to Integrate Tailwind CSS into a Blazor App
medium.com Issue #454
If you work with the .NET ecosystem, you know that Blazor has revolutionized the way we build web applications.
-
Introducing Quest to Compile: A Show for Game Devs Building in .NET
youtube.com Issue #453
Blazor Community Standup
-
I Built a Lead-Generation Funnel With Blazor — Here’s Every Architectural Decision I Made
fries-dotnet-legacy.medium.com Issue #443
A practitioner’s walkthrough of a real-world Blazor WebAssembly application with quiz engine, Double-Opt-In, PDF delivery, and fully…
-
Blazor in .NET: Building Modern Web Apps Without JavaScript
medium.com Issue #442
How Microsoft’s full-stack framework is changing the way .NET developers approach the web
-
How I release a Blazor app to 8 distribution channels
medium.com Issue #428
OpenHabitTracker is a free, open source app for taking Markdown notes, planning tasks, and tracking habits. One codebase, 8 distribution…