November 2020
Beginner to intermediate
822 pages
19h 18m
English
This chapter is about using Microsoft Blazor to build user interfaces for the web.
I will describe the different flavors of Blazor and their pros and cons. You will learn how to build Blazor components that can execute their code on the web server or in the web browser. When hosted with Blazor Server, it uses SignalR to communicate updates needed 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.
In this chapter, we will cover the following topics:
Read now
Unlock full access