Merge pull request #23997 from dotnet/warnNot6.0version/ra/2

warn tutorial is not updated to 6.0 yet
pull/24004/head
Rick Anderson 2021-11-19 13:36:52 -10:00 committed by GitHub
commit 87b6e1be15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ By [Tom Dykstra](https://github.com/tdykstra) and [Rick Anderson](https://twitte
[!INCLUDE [RP better than MVC](~/includes/RP-EF/rp-over-mvc.md)]
This tutorial has not been updated for ASP.NET Core 6. The ASP.NET Core 6 web templates use the new [minimal hosting model](xref:migration/50-to-60#new-hosting-model), which unifies `Startup.cs` and `Program.cs` into a single `Program.cs` file. Until this tutorial is updated, see <xref:data/ef-rp/intro> and <xref:tutorials/first-mvc-app/adding-model> on how to use EF with the new minimal hosting model. Updating the tutorial for ASP.NET Core 6 is tracked in [this GitHub issue](https://github.com/dotnet/AspNetCore.Docs/issues/13920).
The Contoso University sample web app demonstrates how to create an ASP.NET Core MVC web app using Entity Framework (EF) Core and Visual Studio.
The sample app is a web site for a fictional Contoso University. It includes functionality such as student admission, course creation, and instructor assignments. This is the first in a series of tutorials that explain how to build the Contoso University sample app.