From 2d47cad5beaef06c84dd522fe20fad4515ba8403 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Thu, 13 May 2021 13:22:11 -1000 Subject: [PATCH] Update razor.md --- aspnet/includes/razor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet/includes/razor.md b/aspnet/includes/razor.md index 4b5123cbc3..e0e545f773 100644 --- a/aspnet/includes/razor.md +++ b/aspnet/includes/razor.md @@ -1,7 +1,7 @@ > [!NOTE] > An updated version of this tutorial is available [here](https://docs.microsoft.com/aspnet/core/tutorials/first-mvc-app/start-mvc) using the latest version of [Visual Studio](https://visualstudio.microsoft.com/). The new tutorial uses [ASP.NET Core MVC](https://docs.microsoft.com/aspnet/core/mvc/), which provides **many** improvements over this tutorial. > -> This tutorial teaches ASP.NET Core MVC with controllers and views. Razor Pages is a new alternative in ASP.NET Core 2.0, a page-based programming model that makes building web UI easier and more productive. We recommend you try the [Razor Pages](https://docs.microsoft.com/aspnet/core/mvc/razor-pages) tutorial before the MVC version. The Razor Pages tutorial: +> This tutorial teaches ASP.NET Core MVC with controllers and views. Razor Pages is a new alternative in ASP.NET Core, a page-based programming model that makes building web UI easier and more productive. We recommend you try the [Razor Pages](https://docs.microsoft.com/aspnet/core/mvc/razor-pages) tutorial before the MVC version. The Razor Pages tutorial: > * Is easier to follow. > * Covers more features. -> * Is the preferred approach for new application development. +> * Is the preferred approach for new app development.