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

23 lines
878 B
Markdown
Raw Normal View History

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
author: rick-anderson
2016-11-18 04:13:02 +08:00
description:
2018-01-29 23:21:31 +08:00
ms.author: tdykstra
2019-03-28 05:47:23 +08:00
ms.date: 03/27/2017
2016-10-29 01:35:15 +08:00
uid: data/ef-mvc/index
---
# 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
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)
1. [Create a complex data model](xref:data/ef-mvc/complex-data-model)
1. [Reading related data](xref:data/ef-mvc/read-related-data)
1. [Updating related data](xref:data/ef-mvc/update-related-data)
1. [Handle concurrency conflicts](xref:data/ef-mvc/concurrency)
1. [Inheritance](xref:data/ef-mvc/inheritance)
1. [Advanced topics](xref:data/ef-mvc/advanced)