2021
- Will .NET 6 fix Blazor Prerendering?
- Persisting your users preferences using Blazor and Local Storage
2020
- Dark mode for your web applications (using Blazor and Tailwind CSS)
- Is it possible to render components "dynamically" using Blazor?
- Render Blazor WASM components in your existing MVC/Razor Pages applications
- Prerendering your Blazor WASM application with .NET 5 (part 2 - solving the missing HttpClient problem)
- Prerendering your Blazor WASM application with .NET 5 (part 1)
- From site.css to component styles
- Update the HTML head from your Blazor components
- When does Blazor decide to render your UI?
- Render diagrams on the fly in your Blazor apps
- Making Scott Hanselman's Powerpoint Greenscreen trick work with RevealJS via Blazor Server
- Edit and Replay your network requests, direct from the browser
- Make a responsive Navbar with Blazor and Tailwind?
- Pimp up your Blazor EditForms with Tailwind CSS!
- Blazor EditForms, an essential tool or too much magic?
- Custom validation logic on client AND server with Blazor?
- Go faster with your own re-usable Blazor components
- 3+1 ways to manage state in your Blazor application
- How easy is it to build a Marvel search engine with Blazor?
- Quickly transform any mockup or design into a working Blazor prototype
- CSS is hard, Blazor and Tailwind CSS makes it easier
- Going virtual
- Escaping WebForms is a tough gig, Blazor might have the solution
- Blazor by Example - A dismissable banner
- Blazor by Example - A spot of refactoring
- Blazor by Example - Build a simple traffic light
- Blazor by Example - Build a simple markdown editor
- 8 Blazor component libraries to speed up your development
2019
- Use Blazor in your existing ASP.NET Core 3.x application
- Is Blazor actually any good, beyond "demo-ware"
- Blazor - Where to put your domain logic
- How to learn Blazor when you don't use it for your day job
- Shared models - Blazor's (not so) secret super power
- But, which flavor of ASP.NET?
- There's a buzz about Blazor - Here's why
- MediatR and Blazor Server?
- Building a "like" button using Blazor Server
- A gentle introduction to Blazor Server