2017-11-01 13:38:47 +08:00
---
title: ASP.NET Core Razor Pages with EF Core - tutorial series
2017-12-02 10:51:36 +08:00
author: rick-anderson
2017-11-01 13:38:47 +08:00
description:
keywords: ASP.NET Core,
2017-12-02 10:51:36 +08:00
ms.author: riande
2017-11-01 13:38:47 +08:00
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
---
2017-11-03 04:10:37 +08:00
# Getting started with Razor Pages and Entity Framework Core using Visual Studio
2017-11-01 13:38:47 +08:00
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.
1. [Getting started ](xref:data/ef-rp/intro )
2017-12-02 10:51:36 +08:00
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. [Creating 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 )
2017-12-02 11:08:42 +08:00
1. [Handling concurrency conflicts ](xref:data/ef-rp/concurrency )