Posts tagged "Blazor"

Published: November 18 2020

Blazor WebAssembly - Fake Backend Example for Backendless Development

An example of backendless development with Blazor WebAssembly using an HTTP Client Handler, includes "pass through" to real backend for unmocked URLs.
Published: November 09 2020

Blazor WebAssembly - User Registration and Login Example & Tutorial

In this tutorial we'll go through an example of how to build a simple user registration, login and user management (CRUD) application with Blazor WebAssembly.
Published: September 27 2020

Blazor WebAssembly - Authentication Without Identity

This is a quick post to show how to implement custom authentication in ASP.NET Core Blazor without the Identity membership system.
Published: September 20 2020

Blazor WebAssembly - HTTP GET Request Examples

A quick set of examples to show how to send HTTP GET requests from Blazor WebAssembly to a backend API using the HttpClient
Published: September 16 2020

Blazor WebAssembly - HTTP POST Request Examples

A quick set of examples to show how to send HTTP POST requests from Blazor WebAssembly to a backend API using the HttpClient
Published: September 15 2020

Blazor WebAssembly - Display a list of items

This is a quick example to show how to display a list of items in Blazor WebAssembly.
Published: September 10 2020

Blazor WebAssembly - Basic HTTP Authentication Tutorial & Example

A Custom Basic HTTP Authentication Example built with ASP.NET Core Blazor WebAssembly
Published: August 13 2020

Blazor WebAssembly - JWT Authentication Example & Tutorial

A Custom JWT Authentication Example built with ASP.NET Core Blazor WebAssembly.
Published: August 09 2020

Blazor WebAssembly - Get Query String Parameters with Navigation Manager

This is a quick post to show how you can add a couple of simple extension methods to the NavigationManager class in your Blazor WebAssembly app for accessing query string parameters in the URL.
Published: July 31 2020

Blazor WebAssembly - Form Validation Example

This is a quick example of how to setup form validation in ASP.NET Core Blazor WebAssembly. The example is a simple registration form with pretty standard fields for title, first name, last name, date of birth, email, password, confirm password and an accept terms and conditions checkbox.
Published: July 30 2020

ASP.NET Core Blazor WebAssembly - Communication Between Components

This is a quick tutorial to show how you can send messages between components in a Blazor WebAssembly (WASM) application.
Supported by