AspNetCore.Docs/aspnetcore/includes/RP-EF/rp-over-mvc.md

11 lines
731 B
Markdown
Raw Normal View History

This tutorial teaches ASP.NET Core MVC and Entity Framework Core 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 the [Razor Pages](xref:data/ef-rp/intro) tutorial over the MVC version. The Razor Pages tutorial:
* Is easier to follow.
* Provides more EF Core best practices.
* Uses more efficient queries.
2018-04-26 03:53:26 +08:00
* Is more current with the latest API.
* Covers more features.
2018-04-26 03:53:26 +08:00
* Is the preferred approach for new application development.
2018-06-02 01:24:39 +08:00
If you choose this tutorial over the [Razor Pages](xref:data/ef-rp/intro) version, let us know why in [this GitHub issue](https://github.com/aspnet/Docs/issues/6146).