Chapter 29 laid the foundation for ASP.NET Core, and in Chapter 30, we built the RESTful service. In this chapter, we will build the web application using the MVC pattern. We begin by putting the V back into MVC.
The sample code for this chapter is in the Chapter 31 directory of this book’s repo. Feel free to continue working on the solution you started in Chapter 29 and updated in Chapter 30.
Introducing the “V” in ASP.NET Core
When building ASP.NET ...