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

878 B

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

ASP.NET Core MVC with EF Core - tutorial series

[!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