AspNetCore.Docs/aspnetcore/includes/RP-EF/intro.md

4 lines
434 B
Markdown
Raw Normal View History

The Contoso University web app demonstrates how to create Razor Pages web apps using EF Core and Visual Studio. For information about the tutorial series, see [the first tutorial](xref:data/ef-rp/intro).
2019-08-09 02:55:43 +08:00
2021-03-10 12:40:27 +08:00
If you run into problems you can't solve, download the [completed app](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/data/ef-rp/intro/samples) and compare that code to what you created by following the tutorial.