2016-10-29 01:35:15 +08:00
|
|
|
---
|
2017-07-01 07:47:15 +08:00
|
|
|
title: ASP.NET Core MVC with EF Core - tutorial series
|
2016-10-29 01:35:15 +08:00
|
|
|
author: tdykstra
|
2016-11-18 04:13:02 +08:00
|
|
|
description:
|
2016-10-29 01:35:15 +08:00
|
|
|
manager: wpickett
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.author: tdykstra
|
2017-12-02 10:51:36 +08:00
|
|
|
ms.date: 10/15/2017
|
2017-03-03 08:50:36 +08:00
|
|
|
ms.prod: asp.net-core
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.technology: aspnet
|
|
|
|
ms.topic: get-started-article
|
2016-10-29 01:35:15 +08:00
|
|
|
uid: data/ef-mvc/index
|
|
|
|
---
|
2018-03-22 08:18:35 +08:00
|
|
|
# ASP.NET Core MVC with EF Core - tutorial series
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2018-04-05 07:51:35 +08:00
|
|
|
[!INCLUDE [RP better than MVC](../../includes/RP-EF/rp-over-mvc.md)]
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2018-03-15 10:51:34 +08:00
|
|
|
1. [Get started](xref:data/ef-mvc/intro)
|
|
|
|
1. [Create, Read, Update, and Delete operations](xref:data/ef-mvc/crud)
|
|
|
|
1. [Sorting, filtering, paging, and grouping](xref:data/ef-mvc/sort-filter-page)
|
|
|
|
1. [Migrations](xref:data/ef-mvc/migrations)
|
2018-03-22 08:18:35 +08:00
|
|
|
1. [Create a complex data model](xref:data/ef-mvc/complex-data-model)
|
2018-03-15 10:51:34 +08:00
|
|
|
1. [Reading related data](xref:data/ef-mvc/read-related-data)
|
|
|
|
1. [Updating related data](xref:data/ef-mvc/update-related-data)
|
2018-03-22 08:18:35 +08:00
|
|
|
1. [Handle concurrency conflicts](xref:data/ef-mvc/concurrency)
|
2018-03-15 10:51:34 +08:00
|
|
|
1. [Inheritance](xref:data/ef-mvc/inheritance)
|
|
|
|
1. [Advanced topics](xref:data/ef-mvc/advanced)
|