.NET Conf: Focus on Blazor
A speaker's recap of the .NET Conf: Focus on Blazor virtual event, covering talks on routing, UX, state management, and other Blazor topics.
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.
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.