Blazor News from Build 2020
Summary of Blazor announcements from Microsoft Build 2020, including Blazor WebAssembly GA, new presentations, workshops, and .NET MAUI integration.
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.
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.
A speaker's recap of the .NET Conf: Focus on Blazor virtual event, covering talks on routing, UX, state management, and other Blazor topics.
Explores a prototype library for unit testing Blazor components, covering its goals, how it works, and providing example code.
A panel of experts discusses Blazor, Microsoft's web framework, covering key topics and resources for developers getting started.
A guide to building custom Blazor input components from scratch, enabling use outside of EditForm and providing full control over behavior.
A guide to creating custom, reusable form input components in Blazor by extending the InputBase class to reduce code repetition and improve maintainability.
A tutorial on creating a custom, convention-based router for Blazor to replace the default router, handling nested routes and query parameters.