Building a simple tooltip component for Blazor in under 10 lines of code*
A tutorial on creating a simple, reusable tooltip component for Blazor applications using Razor and CSS isolation.
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.
A tutorial on implementing copy-to-clipboard functionality in Blazor applications using JavaScript interop and the modern Clipboard API.
Final part of a series on Mobile Blazor Bindings, covering navigation challenges and using Xamarin Essentials for cross-platform APIs.
Explores state management and data persistence techniques for mobile apps built with Mobile Blazor Bindings, using a Budget Tracker app as an example.
A tutorial on using layout and styling components in Mobile Blazor Bindings to build native mobile apps, using a budget tracker app as an example.
An introduction to Mobile Blazor Bindings, an experimental Microsoft project for building native cross-platform mobile apps using Blazor's C# model.
A guide to handling query strings in Blazor applications, covering their use cases and providing practical code solutions.
A technical guide on customizing Tailwind CSS configuration, optimizing CSS with PurgeCSS, and integrating it into a CI pipeline for Blazor applications.
A tutorial on building an OCR application using Blazor and Azure Computer Vision to extract text from images.
A tutorial on integrating the Tailwind CSS framework with Blazor web applications using Gulp for build automation.
A tutorial on building a multi-language translator application using Blazor and Azure Cognitive Services' Translator Text API.
A tutorial on implementing fragment routing (linking to specific page sections) in Blazor applications using JavaScript interop.