33 lines
894 B
Markdown
33 lines
894 B
Markdown
|
---
|
||
|
title: Getting started with ASP.NET Core and Entity Framework Core using Visual Studio
|
||
|
author: tdykstra
|
||
|
ms.author: tdykstra
|
||
|
manager: wpickett
|
||
|
ms.date: 10/14/2016
|
||
|
ms.topic: article
|
||
|
ms.assetid: 9918be4c-2096-404f-9b2a-ed5cde90042a
|
||
|
ms.prod: aspnet-core
|
||
|
uid: data/ef-mvc/index
|
||
|
---
|
||
|
# Getting started with ASP.NET Core and Entity Framework Core using Visual Studio
|
||
|
|
||
|
* [Getting started with ASP.NET Core MVC and Entity Framework Core using Visual Studio](intro.md)
|
||
|
|
||
|
* [Create, Read, Update, and Delete operations](crud.md)
|
||
|
|
||
|
* [Sorting, filtering, paging, and grouping](sort-filter-page.md)
|
||
|
|
||
|
* [Migrations](migrations.md)
|
||
|
|
||
|
* [Creating a complex data model](complex-data-model.md)
|
||
|
|
||
|
* [Reading related data](read-related-data.md)
|
||
|
|
||
|
* [Updating related data](update-related-data.md)
|
||
|
|
||
|
* [Handling concurrency conflicts](concurrency.md)
|
||
|
|
||
|
* [Inheritance](inheritance.md)
|
||
|
|
||
|
* [Advanced topics](advanced.md)
|