This chapter will get you started with Blazor, as mentioned in the last chapter – all three types of Blazor have a lot in common and this is what this chapter is all about. Before we can go any further, we will need to look at the syntax and see how it works. Then we will get to the essentials of Blazor, such as bindings and method execution; all that will be used later in the book.
Syntax
Element and variable bindings
Method executions
Use of general page events
Differences between Razor and Blazor
Simplistically speaking, the difference ...