- On the page 645
Northwind.Mvc.Models should be imported in order to use HomeIndexViewModel:
@using Northwind.Mvc.Models
@model HomeIndexViewModel
- On the page 646
View button should have Home/ProductDetail/ path instead of /category/:
<a class="btn btn-primary"
href="Home/ProductDetail/@Model.Categories[c].CategoryId">View</a>