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

29 lines
1.0 KiB
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
title: ASP.NET Core MVC with EF Core - tutorial series | Microsoft Docs
2016-10-29 01:35:15 +08:00
author: tdykstra
2016-11-18 04:13:02 +08:00
description:
keywords: ASP.NET Core,
2016-10-29 01:35:15 +08:00
ms.author: tdykstra
manager: wpickett
ms.date: 10/14/2016
ms.topic: article
ms.assetid: 9918be4c-2096-404f-9b2a-ed5cde90042a
2016-11-17 08:24:57 +08:00
ms.technology: aspnet
2016-10-29 01:35:15 +08:00
ms.prod: aspnet-core
uid: data/ef-mvc/index
---
# Getting started with ASP.NET Core 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 2015.
2016-10-29 01:35:15 +08:00
1. [Getting started](intro.md)
2. [Create, Read, Update, and Delete operations](crud.md)
3. [Sorting, filtering, paging, and grouping](sort-filter-page.md)
4. [Migrations](migrations.md)
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)