Update intro.md

pull/4914/head
Rick Anderson 2017-12-01 18:04:33 -10:00 committed by GitHub
parent 39018508a1
commit 7a87245c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ description: Shows how to create a Razor Pages app using Entity Framework Core
keywords: ASP.NET Core,Entity Framework Core,tutorial
ms.author: riande
manager: wpickett
ms.date: 10/15/2017
ms.date: 11/15/2017
ms.topic: get-started-article
ms.technology: aspnet
ms.prod: asp.net-core
@ -20,7 +20,7 @@ The Contoso University sample web app demonstrates how to create ASP.NET Core 2.
The sample app is a web site for a fictional Contoso University. It includes functionality such as student admission, course creation, and instructor assignments. This page is the first in a series of tutorials that explain how to build the Contoso University sample app.
[Download or view the completed app.](https://github.com/aspnet/Docs/tree/master/aspnetcore/data/ef-rp/intro/samples)
[Download or view the completed app.](https://github.com/aspnet/Docs/tree/master/aspnetcore/data/ef-rp/intro/samples) [Download instructions](xref:tutorials/index#how-to-download-a-sample).
## Prerequisites