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

29 lines
1.1 KiB
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: tdykstra
2022-02-01 09:44:33 +08:00
description: List of topics in ASP.NET Core MVC with EF Core
2019-08-22 23:46:35 +08:00
ms.author: riande
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
:::moniker range=">= aspnetcore-3.0 < aspnetcore-5.0"
2019-11-13 02:55:59 +08:00
This tutorial has **not** been updated to ASP.NET Core 3.0. It has been updated for ASP.NET Core 5.0.
2019-11-13 02:55:59 +08:00
:::moniker-end
2019-11-13 02:55:59 +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)