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 - .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
-
-
-
-
-
(Locked)
Web development overview9m 17s
-
ASP.NET server-side app models6m 24s
-
(Locked)
Client-side app models5m 8s
-
(Locked)
ASP.NET Web Forms overview9m 20s
-
(Locked)
Web Forms in action5m 42s
-
(Locked)
ASP.NET MVC: The classic pattern10m 21s
-
(Locked)
ASP.NET Core MVC: What's the difference?7m 38s
-
(Locked)
Page-centric apps with Razor Pages4m 25s
-
(Locked)
Razor Pages and MVC compared7m 46s
-
(Locked)
Two approaches of Blazer: Server and client2m 39s
-
(Locked)
ASP.NET Blazor WebAssembly: Fast, Client-Side UI7m 17s
-
(Locked)
ASP.NET Blazor Server: Seamless Server-Side UI3m 52s
-
(Locked)
ASP.NET Blazor in action3m 6s
-
(Locked)
The legacy of Silverlight: A final goodbye2m 20s
-
(Locked)
-
-
-