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.
News Blazor News from Build 2020 26 May 2020 In this post I highlight all the great Blazor announcements and content from the Microsoft Build 2020 digital event.