@page @model IndexModel @{ ViewData["Title"] = "Home page"; }

Contoso University is a sample application that demonstrates how to use Entity Framework Core in an ASP.NET Core Razor Pages web app.

You can build the application by following the steps in a series of tutorials.

See the tutorial

You can download the completed project from GitHub.

See project source code