Blazor Roundup From .NET Conf 2019
Summary of Blazor announcements from .NET Conf 2019, including the release of Blazor Server and a WebAssembly release date.
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.
An update on Blazor Bites tutorials and a roundup of Blazor announcements and sessions from Microsoft Build 2019.
A guide on integrating Sass (Syntactically Awesome Style Sheets) into a Blazor application to improve CSS management with variables and mixins.
Explains three methods for component communication in Blazor: EventCallbacks, Cascading Values, and State Containers.