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

17 lines
820 B
Markdown
Raw Normal View History

::: moniker range=">= aspnetcore-2.1"
2018-06-30 01:04:33 +08:00
This tutorial has not been upgraded to ASP.NET Core 2.1. The ASP.NET Core 2.0 version of this tutorial is available by selecting **ASP.NET Core 2.0** above the table of contents or at the top of the page:
![tutorials ](~//data/ef-rp/read-related-data/_static/2.1.png)
2018-11-10 05:29:45 +08:00
The ASP.NET Core 2.1 [Razor Pages](xref:data/ef-rp/intro) version of this tutorial has many improvements over the 2.0 version.
2018-11-10 05:29:45 +08:00
The 2.0 tutorial teaches ASP.NET Core MVC and Entity Framework Core with controllers and views. The Razor Pages tutorial has been updated with the following improvements:
* Is easier to follow. For example, the scaffolding code has been significantly simplified.
* Provides more EF Core best practices.
* Uses more efficient queries.
2018-11-10 05:29:45 +08:00
* Uses the latest EF Core API.
2018-06-30 01:04:33 +08:00
::: moniker-end