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

869 B

title author description manager ms.author ms.date ms.prod ms.technology ms.topic uid
ASP.NET Core MVC with EF Core - tutorial series tdykstra wpickett tdykstra 10/15/2017 asp.net-core aspnet get-started-article data/ef-mvc/index

Getting started with ASP.NET Core MVC and Entity Framework Core using Visual Studio

[!INCLUDERP better than MVC]

  1. Getting started
  2. Create, Read, Update, and Delete operations
  3. Sorting, filtering, paging, and grouping
  4. Migrations
  5. Creating a complex data model
  6. Reading related data
  7. Updating related data
  8. Handling concurrency conflicts
  9. Inheritance
  10. Advanced topics