Lifetime Scope in Blazor Client and Server Apps
Explains how Singleton, Scoped, and Transient service lifetimes behave differently in Blazor WebAssembly client apps versus Blazor Server apps.
Explains how Singleton, Scoped, and Transient service lifetimes behave differently in Blazor WebAssembly client apps versus Blazor Server apps.
A tutorial on implementing end-to-end (E2E) testing in Blazor applications using the Playwright automation framework for .NET.
A tutorial on setting up and writing unit tests for Blazor components using bUnit, with an introduction to end-to-end testing concepts.
Explores new .NET 6 features for Blazor, including WebAssembly AoT compilation, required component parameters, and compiler improvements.
A developer explains building a blog with Blazor, detailing motivations, setup, and using markdown for posts.
A tutorial on integrating Sass into a Blazor web project using npm scripts, without requiring complex build tools like gulp or webpack.
Explains how to create layouts in Blazor using CSS Grid and Flexbox, comparing them to XAML for .NET developers transitioning to web.
Blazored, a suite of open-source Blazor components, celebrates reaching 1 million downloads on NuGet, thanking its community of contributors.
A guide to unit testing Blazor UI components using the bUnit framework for faster, isolated testing without a browser.
The author discusses their experience appearing on the Blazor Community Standup to talk about the Blazored component libraries and provides an update on their book.
Announcing Azureish Live! show and building a Git commit watcher using Azure Functions and GitHub webhooks in a live coding session.
A tutorial on creating a simple, reusable tooltip component for Blazor applications using Razor and CSS isolation.
A guide to creating a custom, stylable ValidationMessage component for Blazor forms to overcome CSS framework integration limitations.
A tutorial on building a serverless FAQ app using Blazor WebAssembly, Azure Functions, and Cosmos DB.
Guide to upgrading .NET Core 3.1 apps to .NET 5 on Azure App Services, including SDK setup and project changes.
How to configure an additional HttpClient in Blazor WebAssembly to call unprotected APIs and avoid AccessTokenNotAvailableException errors.
Summary of Blazor announcements from Microsoft Build 2020, including Blazor WebAssembly GA, new presentations, workshops, and .NET MAUI integration.
Author announces writing a book titled 'Blazor In Action' for Manning Publications, detailing the writing process and early access program.
How Cloudflare HTML minification breaks ASP.NET Core Blazor SignalR connections and how to fix it.
A tutorial on implementing auto-save and data recovery for forms in Blazor applications using local storage to prevent data loss.