frameworks
Blazor Articles, Tutorials & News
Blazor articles, tutorials, and news from the DotNetNews archive.
169 articles Updated Page 2 of 7
Browse additional Blazor articles from the DotNetNews archive.
Blazor articles
Page 2 of 7
Newest first
-
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…
-
How I use the same Blazor code for WASM, Windows, Linux, macOS, iOS, Android without a single #if
medium.com Issue #426
OpenHabitTracker is a free, open source app for taking Markdown notes, planning tasks, and tracking habits. It runs on Windows, Linux…
-
Blazor Sucks? Here’s What You Should Try Instead 2026
medium.com Issue #425
I just finished reading Alex Martossy’s Blazor Sucks and found myself nodding along to nearly every paragraph. After 6+ months on a…
-
The Future of .NET Technologies: What Developers Should Expect in the Next Decade
c-sharpcorner.com Issue #423
Explore the future of .NET: cloud-native, AI-powered, and high-performance. Discover key trends, Blazor, MAUI, microservices, DevOps, and security advancements.
-
.NET 11 Preview 2 is now available!
devblogs.microsoft.com Issue #413
Find out about the new features in .NET 11 Preview 2 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more! The post .NET 11 Preview 2 is now available! appeared firs...
-
C# 13 & .NET 9 — Part 16: Blazor, Blazor Server vs. Blazor WebAssembly
medium.com Issue #397
This article is based on Chapter 16: Packaging and Deployment
-
Minimal C#/DotNet internal admin tools with Razor and Bootstrap
medium.com Issue #395
Part 1: Build tools for your team rather than run one-off queries Continue reading on CodeX »
-
.NET 11 Preview 1 is now available!
devblogs.microsoft.com Issue #395
Find out about the new features in .NET 11 Preview 1 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more! The post .NET 11 Preview 1 is now available! appeared firs...
-
Func vs EventCallback: They Look the Same — Until the UI Gets Involved
medium.com Issue #387
“It’s async. It compiles. It works.” So why does Blazor insist on having EventCallback?