Update intro to RP for VS19 (#12669)

* Update intro to RP for VS19

* Update intro to RP for VS19
pull/12674/head
Rick Anderson 2019-06-03 16:38:51 -10:00 committed by GitHub
commit f59a03b79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View File

@ -3,7 +3,7 @@ title: "Tutorial: Get started with Razor Pages in ASP.NET Core"
author: rick-anderson
description: This series of tutorials shows how to use Razor Pages in ASP.NET Core. Learn how to create a model, generate code for Razor pages, use Entity Framework Core and SQL Server for data access, add search functionality, add input validation, and use migrations to update the model.
ms.author: riande
ms.date: 05/30/2019
ms.date: 6/3/2019
uid: tutorials/razor-pages/razor-pages-start
---
@ -38,13 +38,17 @@ At the end of this tutorial, you'll have a working Razor Pages web app that you'
* From the Visual Studio **File** menu, select **New** > **Project**.
* Create a new ASP.NET Core Web Application. Name the project **RazorPagesMovie**. It's important to name the project *RazorPagesMovie* so the namespaces will match when you copy and paste code.
* Create a new ASP.NET Core Web Application and select **Next**.
![new ASP.NET Core Web Application](razor-pages-start/_static/np_2.1.png)
* Select **ASP.NET Core 2.2** in the dropdown, and then select **Web Application**.
* Name the project **RazorPagesMovie**. It's important to name the project *RazorPagesMovie* so the namespaces will match when you copy and paste code code.
![new ASP.NET Core Web Application](razor-pages-start/_static/np_2_2.2.png)
![new ASP.NET Core Web Application](razor-pages-start/_static/config.png)
* Select **ASP.NET Core 2.2** in the dropdown, **Web Application**, and then select **Create**.
![new ASP.NET Core Web Application](razor-pages-start/_static/np_2_2.2.png)
The following starter project is created:

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 118 KiB