The No B*llshit guide to Blazor Part 2

Larry Schoeneman
5 min readDec 30, 2019

Where we left off

In our last installment, we got a lot of the preliminary bullshit out of the way. We built a basic, essentially useless component. In this part, we will build a slightly less useless version of a component to capture a person’s personal information (name, address, etc).

Let’s jump right in. As we did last chapter, lets create a new Razor component. We will call it PersonInfo.razor. Put it under the Shared folder this time because we want to use it in more than one place.

--

--

Larry Schoeneman

Software developer, technical leader, agile evangelist and all around technical pain in the ass.