Mobile Blazor Bindings Mobile Blazor Bindings - Layout and Styling 7 April 2020 In this post, I talk about the layout and styling options available for Mobile Blazor Bindings. I then apply these to a real app to see how they work in practice.
Mobile Blazor Bindings Mobile Blazor Bindings - Getting Started 1 April 2020 In this post, I get started with Mobile Blazor Bindings. I introduce MBB, what it is and why you might want to try it. Then I show how to get setup and run a MBB app.
Blazor Working with Query Strings in Blazor 25 March 2020 In this post, I talk about query strings in Blazor. We start by understanding what they are and why we would chose to use them. Then look at some way to achieve that in Blazor.
Blazor Integrating Tailwind CSS with Blazor using Gulp - Part 2 3 March 2020 In this post, I go deeping into Tailwind CSS. I'll show you how you can customise its settings, optimise the final CSS payload. Then finish up by showing how you can integrate Tailwind into a CI pipeline using Azure DevOps.
Blazor Integrating Tailwind CSS with Blazor using Gulp - Part 1 18 February 2020 In this post, I introduce the Tailwind CSS framework, why I like it and why you might want to consider it. I then show how you can integrate it into your Blazor app using NPM and Gulp.
Blazor Fragment Routing with Blazor 4 February 2020 In this post, I'm going to tackle a question that came up after my .NET Conf: Focus on Blazor talk. How to achieve fragment routing in Blazor.