© Taurius Litvinavicius 2019
T. LitvinaviciusExploring Blazorhttps://doi.org/10.1007/978-1-4842-5446-2_3

3. Blazor server-side

Taurius Litvinavicius1 
(1)
Jonava, Lithuania
 

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.

In this chapter, you will learn
  • 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.

Startup

Any Blazor ...

Get Exploring Blazor: Creating Hosted, Server-side, and Client-side Applications with C# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.