From 94d49a766a1d472deb616deea3291c9636660cdc Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Thu, 22 Aug 2019 18:19:58 -0400 Subject: [PATCH] Update intro.md (#13970) * Update intro.md * Update intro.md * Update intro.md * Update intro.md --- aspnetcore/data/ef-mvc/intro.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/aspnetcore/data/ef-mvc/intro.md b/aspnetcore/data/ef-mvc/intro.md index 4267e5bc6a..86f4012d9d 100644 --- a/aspnetcore/data/ef-mvc/intro.md +++ b/aspnetcore/data/ef-mvc/intro.md @@ -8,9 +8,16 @@ ms.date: 02/06/2019 ms.topic: tutorial uid: data/ef-mvc/intro --- - # Tutorial: Get started with EF Core in an ASP.NET MVC web app +::: moniker range=">= aspnetcore-3.0" + +This tutorial has **not** been updated to ASP.NET Core 3.0. The [Razor Pages version](xref:data/ef-rp/intro) has been updated. For information on when this might be updated, see [this GitHub issue](https://github.com/aspnet/AspNetCore.Docs/issues/13920). + +::: moniker-end + +::: moniker range="< aspnetcore-3.0" + [!INCLUDE [RP better than MVC](~/includes/RP-EF/rp-over-mvc.md)] The Contoso University sample web application demonstrates how to create ASP.NET Core 2.2 MVC web applications using Entity Framework (EF) Core 2.2 and Visual Studio 2017 or 2019. @@ -373,3 +380,5 @@ Advance to the next tutorial to learn how to perform basic CRUD (create, read, u > [!div class="nextstepaction"] > [Implement basic CRUD functionality](crud.md) + +::: moniker-end