From the course: .NET UI Big Picture: Desktop, ASP.NET and Cross-Platform

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

ASP.NET Blazor Server: Seamless Server-Side UI

ASP.NET Blazor Server: Seamless Server-Side UI - .NET Tutorial

From the course: .NET UI Big Picture: Desktop, ASP.NET and Cross-Platform

ASP.NET Blazor Server: Seamless Server-Side UI

- [Narrator] Blazor Server is a framework from Microsoft that enables developers to build modern interactive web applications using C# and .NET. Unlike Blazor WebAssembly, which runs entirely in the browser, Blazor Server executes application logic on the server, leveraging a real time SignalR connection to update the user interface dynamically. This approach combines the responsiveness of client side interactivity with the advantages of centralized server side processing. Blazor WebAssembly and Blazor Server share a lot of similarities, as they both leverage the Blazor framework to build interactive web applications using C# and .NET. Let's look at some of the similarities. Both use C# and the Blazor framework. Both use Razor syntax for defining UI components, providing a familiar and consistent development experience. Both can be used to create SPAs, offering a smooth and responsive user experience. Both can be integrated with ASP.NET Core, allowing for seamless backend…

Contents