.NET Technology Show

Backstage pass to all things ServiceStack & .NET

Listen

.NET 8's Best Blazor is not Blazor as we know it

We explore the exciting new potential of Blazor in .NET 8 to develop fast, interactive Web Apps without compromise


This episode discusses the exciting new possibilities of Blazor in .NET 8. With the introduction of static rendering, Blazor apps can now deliver clean, fast HTML without the need for large WebAssembly assets or WebSocket connections.

This paradigm shift enables developers to build high-performing web applications without the compromises of traditional Blazor rendering modes. It highlights the benefits of using Vue.js for interactive features within statically rendered Blazor apps, offering a solution for building fast, SEO-friendly applications.

It concludes with a comparison of different Blazor implementations, including the new Blazor Vue template, demonstrating the significant improvements achieved through the combination of static rendering and Vue.js.

Getting Started

Create a new Blazor Vue App with your preferred project name:

Blazor Vue

Videos