Skip to content

Commit

Permalink
Update intro.md (#13970)
Browse files Browse the repository at this point in the history
* Update intro.md

* Update intro.md

* Update intro.md

* Update intro.md
  • Loading branch information
Rick-Anderson authored Aug 22, 2019
1 parent 839a485 commit 94d49a7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion aspnetcore/data/ef-mvc/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

0 comments on commit 94d49a7

Please sign in to comment.