@page @using Packt.Shared @inject NorthwindContext db @{ string title = "Orders"; ViewData["Title"] = $"Northwind B2B - {title}"; }

@title

There are @db.Orders.Count() orders in the Northwind database.