Server-side rendering (or SSR) is a new Blazor feature for .NET 8. This is also known as static server rendering.
It works in a similar way to MVC where the webpage is downloaded from the server and rendered to the browser.
But there is one big advantage over MVC. When you click between pages, it doesn't reload the whole page. It only downloads the resources that it needs to refresh the page.
One disadvantage though is that it doesn't support front-end interactivity like the traditional Blazor hosting models like Server and WebAssembly.
We'll show you how to set up a Visual Studio project, how it's configured and what happens when you try and click on a button.
📖 Learn Blazor WebAssembly with our three-part online course series 📖
https://www.roundthecode.com/dotnet-c...
👨💻Take our .NET and C# coding challenges👨💻
https://www.roundthecode.com/dotnet-c...
► More information:
https://www.roundthecode.com/dotnet-t...
🎥 Playlist 🎥
• .NET 8 and C# 12 new features
► Chapters
0:00 What is server-side rendering?
0:21 Create a Blazor project with SSR
1:10 Configuration for a Blazor SSR project
1:29 How SSR works when running the application
2:13 Learn Blazor WebAssembly
2:23 What happens to front-end interactivity?
3:23 Other Blazor updates for .NET 8
#blazor #blazorwebassembly #ssr
Watch video Blazor & SSR launches its way into .NET 8 online without registration, duration hours minute second in high quality. This video was added by user Round The Code 19 October 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,819 once and liked it 32 people.