Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter's topics with deeper research.
Exercise 3.1 – Online material
Online material could be created by Microsoft or third parties, or extra content for this book.
Microsoft has an official tutorial series, ASP.NET Core MVC with EF Core - tutorial series, available at the following link:
Exercise 3.2 – Practice exercises
Practice exercises go deeper into the topics for this chapter.
Practice implementing MVC by implementing a category detail page
The Northwind.Mvc
project has a home page that shows categories, but when the View
button is clicked, the website returns a 404 Not Found
error, for example, for the following URL:
https://localhost:5021/home/categorydetail/1
Extend the Northwind.Mvc
project by adding the ability to show a detail page for a category.