Adding Tailwind CSS v3 to a Blazor app
A guide on integrating the latest Tailwind CSS v3 framework into a Blazor web application, covering new features and setup methods.
A guide on integrating the latest Tailwind CSS v3 framework into a Blazor web application, covering new features and setup methods.
A tutorial on creating a custom RequiredIf validation attribute for conditional form validation in Blazor applications.
Advanced techniques and best practices for optimizing performance in Blazor applications, covering virtualization, lazy loading, and AOT compilation.
Explains Blazor app prerendering, its benefits for SEO and user experience, and how to implement it with practical tips.
A tutorial on implementing component virtualization in Blazor to improve performance by rendering only visible UI elements.
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.
How to configure an additional HttpClient in Blazor WebAssembly to call unprotected APIs and avoid AccessTokenNotAvailableException errors.