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

964 B

title author description keywords ms.author manager ms.date ms.topic ms.technology ms.prod uid
ASP.NET Core Razor Pages with EF Core - tutorial series tdykstra ASP.NET Core, tdykstra wpickett 03/15/2017 get-started-article aspnet asp.net-core data/ef-rp/index

Getting started with Razor Pages 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
  2. Create, Read, Update, and Delete operations
  3. Sorting, filtering, paging, and grouping
  4. Migrations
  5. Creating a complex data model