
Real-World Web Development with .NET 9
By :

Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter's topics with deeper research.
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:
Practice exercises go deeper into the topics for this chapter.
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.