Blazor Bites Updated and Build 2019 Blazor Roundup
An update on Blazor Bites tutorials and a roundup of Blazor announcements and sessions from Microsoft Build 2019.
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.
A guide on using TypeScript to improve JavaScript interop in Blazor projects, including converting JS files and enabling automatic compilation.
A guide to building Blazor UI components manually using C# and RenderTreeBuilder instead of Razor syntax.
A guide on integrating the FluentValidation library with Blazor's built-in forms and validation system for enhanced form handling.
Explains how to use JavaScript Interop in Blazor to call JavaScript from .NET and vice versa, covering IJSRuntime and recent API changes.
A technical guide on deploying Blazor applications to Azure Storage using Azure Pipelines, covering setup and configuration.
A tutorial on setting up Azure Pipelines for Continuous Integration (CI) to build Blazor applications, including account setup and pipeline configuration.
Explains how to use Cascading Values and Parameters in Blazor to pass data down the component tree without explicit parameter passing.
Announcing the release of Blazored Modal, a JavaScript-free modal component for Blazor, with setup instructions and migration notes.
Announcing the Blazored GitHub organization for Blazor libraries and the release of the first official package, Blazored.Toast, a JavaScript-free toast notification library.
Explains how to implement OAuth and OpenID Connect authentication protocols in a Blazor client-side application.
An introduction to creating and using templated components in the Blazor web framework for more flexible UI development.
A tutorial on creating toast notifications in Blazor applications using only C#, HTML, and CSS, without JavaScript.
A guide to implementing client-side localization in Blazor applications by detecting the user's browser culture, including a NuGet package.
Explains and demonstrates the behavior of Singleton, Scoped, and Transient service lifetimes in client-side and server-side Blazor applications.
A tutorial on implementing JWT authentication in a Blazor blogging application to secure admin functions.
A tutorial on adding edit and delete functionality to a blog application built with Blazor, covering both server-side API endpoints and client-side fixes.
A tutorial on adding a 'Create Post' feature with Markdown support to a Blazor-based blogging application, covering backend service and API setup.