This chapter is an introduction to the Blazor server-side technology which allows you to run your front-end logic in the back end using the C# programming language.
How Blazor server-side runs
Handling injections
Navigation and related matters
Default template overview
Blazor is a complex technology, containing lots of elements, but Microsoft has taken care of the complexity by supplying three different templates – server-side, client-side, and hosted. In this section, you will need to use server-side, and that is what we will explore here.