Merge pull request #23997 from dotnet/warnNot6.0version/ra/2
warn tutorial is not updated to 6.0 yetpull/24004/head
commit
87b6e1be15
|
@ -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)]
|
[!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 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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue