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
|
|
|
|
---
|
2017-12-13 10:35:26 +08:00
|
|
|
# Getting started with ASP.NET Core MVC and Entity Framework Core using Visual Studio
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2018-02-03 05:50:07 +08:00
|
|
|
[!INCLUDE[RP better than MVC](../../includes/RP-EF/rp-over-mvc.md)]
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2017-01-15 05:59:26 +08:00
|
|
|
1. [Getting started](intro.md)
|
2016-12-19 07:21:00 +08:00
|
|
|
2. [Create, Read, Update, and Delete operations](crud.md)
|
|
|
|
3. [Sorting, filtering, paging, and grouping](sort-filter-page.md)
|
2017-01-15 05:59:26 +08:00
|
|
|
4. [Migrations](migrations.md)
|
2016-12-19 07:21:00 +08:00
|
|
|
5. [Creating a complex data model](complex-data-model.md)
|
|
|
|
6. [Reading related data](read-related-data.md)
|
|
|
|
7. [Updating related data](update-related-data.md)
|
|
|
|
8. [Handling concurrency conflicts](concurrency.md)
|
|
|
|
9. [Inheritance](inheritance.md)
|
|
|
|
10. [Advanced topics](advanced.md)
|