Now that the database, data access layer, and the RESTful service are built, it’s time to create a user interface. The next two chapters stay within the ASP.NET .NET Core technology stack, using Core MVC to create the SpyStore web application. This chapter builds the foundation for the web application, and then the UI is completed in the next chapter.
Note
The two ...