--- title: ASP.NET Core Razor Pages with EF Core - tutorial series author: tdykstra description: keywords: ASP.NET Core, ms.author: tdykstra manager: wpickett ms.date: 03/15/2017 ms.topic: get-started-article ms.technology: aspnet ms.prod: asp.net-core uid: data/ef-rp/index --- # Getting started with ASP.NET Core and Entity Framework Core using Visual Studio This series of tutorials teaches you how to create ASP.NET Core MVC web applications that use Entity Framework Core for data access. The tutorials require Visual Studio 2017. The Razor Pages EF Core series is a work in progress. We hope to complete the series by the end of November, 2017. 1. [Getting started](xref:data/ef-rp/intro) 2. [Create, Read, Update, and Delete operations](xref:data/ef-rp/crud) 3. [Sorting, filtering, paging, and grouping](xref:data/ef-rp/sort-filter-page) 4. [Migrations](xref:data/ef-rp/migrations) 5. [Creating a complex data model](xref:data/ef-rp/complex-data-model)