Technical requirements
In this chapter, we will start building our components, and for that, you'll need the code we created in the previous chapter, Chapter 3, Introducing Entity Framework Core. If you have followed the instructions in the previous chapters, then you are good to go; if not, then make sure you clone/download the repo. The starting point for this chapter can be found in the ch3
folder and the finished code in ch4
.
You can find the source code for this chapter's end result at https://github.com/PacktPublishing/Web-Development-with-Blazor/tree/master/Chapter04.
For this chapter, we will be working with the Blazor Server project so make sure to right-click on the MyBlogServerSide project and select Set as Startup Project.