Back to Aspnetcore

ASP.NET Core MVC with EF Core - tutorial series

aspnetcore/data/ef-mvc/index.md

latest895 B
Original Source

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 in .NET 5.

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