Technical requirements
Make sure you have followed the previous chapters, or use the Ch2
folder as the starting point.
In this chapter, we will create a database project using Entity Framework Core 5. If you have no interest in using Entity Framework Core, you can skip this chapter and download the Ch3
folder from the GitHub repo to get back on track. We are not going to go into depth when it comes to Entity Framework, but we will cover some of the new features of Entity Framework Core 5.
You can find the source code for this chapter's end result at https://github.com/PacktPublishing/Web-Development-with-Blazor/tree/master/Chapter03.