--- title: ASP.NET Core MVC with EF Core - tutorial series author: tdykstra description: manager: wpickett ms.author: tdykstra ms.date: 10/15/2017 ms.prod: asp.net-core ms.technology: aspnet ms.topic: get-started-article uid: data/ef-mvc/index --- # Getting started with ASP.NET Core MVC and Entity Framework Core using Visual Studio [!INCLUDE[RP better than MVC](../../includes/RP-EF/rp-over-mvc.md)] 1. [Getting started](intro.md) 2. [Create, Read, Update, and Delete operations](crud.md) 3. [Sorting, filtering, paging, and grouping](sort-filter-page.md) 4. [Migrations](migrations.md) 5. [Creating a complex data model](complex-data-model.md) 6. [Reading related data](read-related-data.md) 7. [Updating related data](update-related-data.md) 8. [Handling concurrency conflicts](concurrency.md) 9. [Inheritance](inheritance.md) 10. [Advanced topics](advanced.md)