News Blazored hits 1,000,000 downloads on NuGet 18 February 2021 This is a quick post to mark Blazored passing over 1 million downloads on NuGet.
News Talking Blazored on the Blazor Community Standup 16 February 2021 Last week I was invited to be a guest on the Blazor Community Standup. In this post, I give a quick overview and a link to the recording of the show.
Blazor In Action Blazor in Action is now available on MEAP 12 October 2020 I've been working really hard over the past few months on Blazor in Action and I'm pleased to announce that the book is now available via Manning's Early Access Program (MEAP).
Blazor Building a simple tooltip component for Blazor in under 10 lines of code* 6 October 2020 In this post I show how you can create a simple, reusable, tooltip component for your Blazor applications. All in less than 10 lines of Razor code!
Forms Creating a Custom Validation Message Component for Blazor Forms 30 June 2020 In this post, I show a limitation with the built-in ValidationMessage component, the inability to customise it's output. I then show two solutions to resolve this problem.
Blazor Avoiding AccessTokenNotAvailableException when using the Blazor WebAssembly Hosted template with individual user accounts 9 June 2020 In this post, I'm going to show you how to configure an additional HttpClient instance which can be used by unauthenticated users to call unprotected endpoints, avoiding an AccessTokenNotAvailableException.