More strongly suggest RP over MVC approach (#4398)

61K MVC in last 30 days, 11 K on RP. Need to push more folks to RP.
pull/4403/head
Rick Anderson 2017-09-25 17:44:06 -07:00 committed by GitHub
parent 03911a0083
commit a5ab11eadc
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
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. For a Razor version of this tutorial, see [Razor Pages Tutorial](xref:mvc/razor-pages/index). 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 tutorial before the MVC version. For a Razor Pages version of this tutorial, see [Razor Pages](xref:mvc/razor-pages/index).