AspNetCore.Docs/aspnetcore/data/ef-rp/index.md

991 B

title author description manager ms.author ms.date ms.prod ms.technology ms.topic uid
ASP.NET Core Razor Pages with EF Core - tutorial series rick-anderson wpickett riande 03/15/2017 asp.net-core aspnet get-started-article data/ef-rp/index

ASP.NET Core Razor Pages with EF Core - tutorial series

This series of tutorials teaches you how to create ASP.NET Core Razor Pages web apps that use Entity Framework (EF) Core for data access. The tutorials require Visual Studio 2017.

  1. Get started
  2. Create, Read, Update, and Delete operations
  3. Sorting, filtering, paging, and grouping
  4. Migrations
  5. Create a complex data model
  6. Reading related data
  7. Updating related data
  8. Handle concurrency conflicts