Summary
In this chapter, you learned:
- About the concepts of Blazor components.
- How to build Blazor components that execute on the server side, using SignalR to update the user interface during interactivity.
In the next chapter, you will learn how to build and consume services that use HTTP as the communication layer, aka web services. You will also learn how to build Blazor components that execute on the client side, using WebAssembly.