--- title: ASP.NET Core Razor Pages with EF Core - tutorial series author: rick-anderson description: ms.author: riande ms.date: 03/15/2017 uid: data/ef-rp/index --- # ASP.NET Core Razor Pages with EF Core - tutorial series This series of tutorials teaches how to create ASP.NET Core Razor Pages web apps that use Entity Framework (EF) Core for data access. 1. [Get started](xref:data/ef-rp/intro) 1. [Create, Read, Update, and Delete operations](xref:data/ef-rp/crud) 1. [Sorting, filtering, paging, and grouping](xref:data/ef-rp/sort-filter-page) 1. [Migrations](xref:data/ef-rp/migrations) 1. [Create a complex data model](xref:data/ef-rp/complex-data-model) 1. [Reading related data](xref:data/ef-rp/read-related-data) 1. [Updating related data](xref:data/ef-rp/update-related-data) 1. [Handle concurrency conflicts](xref:data/ef-rp/concurrency)