This NEW feature entirely CHANGES Blazor in .NET 8!



This NEW feature entirely CHANGES Blazor in .NET 8!

This NEW feature entirely CHANGES Blazor in .NET 8!

With .NET 8, we will get server-side rendering. Server-side rendering allows us to use the Blazor component model and run the application like an ASP.NET MVC or Razor Pages application.

Let me explain what that is and how it works.

With .NET 8, I can combine the Blazor component model with the advantages of server-side rendering.

The components are rendered on the server, and the HTML output is sent to the browser. This allows for a quick first-page load, a small download size, and no SignalR connection.

We can still use interactive components with .NET 8 when we need it. But we don’t need to choose whether to use Blazor Server or Blazor WebAssembly for the whole application. Instead, we can choose the rendering mode for each component.

00:00 What is Server Side Rendering (SSR)?
01:34 Server Side Rendering (SSR) in Blazor .NET 8
02:18 The new Blazor Project Template
02:53 Server-side Rendering in Action
06:13 How to Explore It Yourself
06:37 Conclusion

🔥 C#/.NET Bootcamp: The Fundamentals & more (Code FRIENDS10 for 10% OFF)*
https://claudiobernasconi.ch/dotnet-course

📌 .NET Developer Roadmap
https://claudiobernasconi.ch/learn-dotnet

📌 YouTube Playlists:
The FREE Blazor Crash Course: https://www.youtube.com/watch?v=89Klc6WHElw&list=PLwISgxnkpZGL_LhTQCWwp-WCzupv7lcp0
Blazor: https://www.youtube.com/playlist?list=PLwISgxnkpZGITT6pELfCeQ6qK0G3ujldZ

✅ SUBSCRIBE FOR MORE VIDEOS
Subscribe: 🔔 https://claudiobernasconi.ch/Subscribe

🚀 CONNECT & SUPPORT
Twitter: https://twitter.com/CHBernasconiC
Blog: https://claudiobernasconi.ch
Newsletter: https://claudiobernasconi.ch/newsletter

CREDITS
🎵 https://www.bensound.com/

* Affiliate Link: I earn a small commission at no additional cost

Comments are closed.