Skip to content

Commit

Permalink
Update razor.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick-Anderson authored May 13, 2021
1 parent a7976a3 commit 2d47cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aspnet/includes/razor.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 2d47cad

Please sign in to comment.