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

1.2 KiB

title author description ms.author ms.date no-loc uid
ASP.NET Core MVC with EF Core - tutorial series rick-anderson riande 03/27/2017
Home
Privacy
Kestrel
appsettings.json
ASP.NET Core Identity
cookie
Cookie
Blazor
Blazor Server
Blazor WebAssembly
Identity
Let's Encrypt
Razor
SignalR
data/ef-mvc/index

ASP.NET Core MVC with EF Core - tutorial series

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

This tutorial has not been updated to ASP.NET Core 3.0. It has been updated for ASP.NET Core 5.0.

::: 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