Introduction: Building User Interfaces Using Blazor
Get an overview of the section building user interfaces using Blazor.
This section is about using Blazor to build user interfaces. We will learn about the different flavors of Blazor and their pros and cons. We will learn how to build Blazor components to execute their code on the web server or web browser. When hosted with Blazor Server, it uses SignalR to communicate needed updates to the user interface in the browser. When hosted with Blazor WebAssembly, the components execute their code in the client and must make HTTP calls to interact with the server.
Get hands-on with 1400+ tech skills courses.