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

1.2 KiB

title author description ms.author ms.date uid
ASP.NET Core MVC with EF Core - tutorial series rick-anderson riande 03/27/2017 data/ef-mvc/index

ASP.NET Core MVC with EF Core - tutorial series

::: moniker range=">= aspnetcore-3.0"

This tutorial has not been updated to ASP.NET Core 3.0. The Razor Pages version has been updated. For information on when this might be updated, see this GitHub issue.

::: moniker-end

[!INCLUDE RP better than MVC]

  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
  9. Inheritance
  10. Advanced topics