Exploring lighter alternatives to Electron for hosting a Blazor desktop app
Explores lightweight alternatives to Electron for building Blazor desktop apps, focusing on reducing app size and resource usage.
Explores lightweight alternatives to Electron for building Blazor desktop apps, focusing on reducing app size and resource usage.
A technical deep dive into the routing system in Blazor, covering JavaScript event interception and C# navigation handling.
Explains how routing and navigation work in Blazor, comparing traditional web apps to Single Page Applications (SPAs).
Summary of Blazor announcements from .NET Conf 2019, including the release of Blazor Server and a WebAssembly release date.
Explains the purpose and usage of the OwningComponentBase class in Blazor for managing service provider scopes and component lifetimes.
Introducing a built-in file input component for Blazor, enabling file uploads and processing in both client-side and server-side applications.
A guide to integrating the FluentValidation library with Blazor forms for enhanced .NET Core form validation.
A prototype for unit testing Blazor components using a fast, in-memory test renderer, demonstrating how to test UI interactions without a browser.
A workshop guide for building a full-stack web application using Microsoft's Blazor framework, covering prerequisites and learning objectives.
A technical guide exploring how to implement drag and drop functionality in web applications using the Blazor framework and the HTML5 Drag and Drop API.
A developer shares their excitement and gratitude after being awarded the Microsoft MVP title in developer technologies.
A guide to using IndexedDB for client-side data storage in Blazor web apps, focusing on the Reshiru.Blazor.IndexedDB.Framework NuGet package.
A guide to implementing policy-based authorization in Blazor applications, covering setup, advantages over role-based auth, and custom requirements.
A tutorial on implementing role-based authorization in a client-side Blazor application using ASP.NET Core Identity.
A tutorial on implementing authentication in client-side Blazor using WebAPI and ASP.NET Core Identity, including setup and configuration.
A guide to implementing authentication and authorization in a server-side Blazor application using ASP.NET Core Identity.
A guide on integrating Blazor components into an existing ASP.NET Core MVC application, covering setup and replacing a view section.
An introduction and guide to using the Blazored.Typeahead component, a flexible autocomplete library for Blazor applications.
A tutorial on integrating and calling gRPC services from a server-side Blazor application, covering setup and basic implementation.
Explains one-way and two-way data binding in Blazor, including examples for component communication and UI updates.