AspNetCore.Docs/aspnetcore/data/index.md

33 lines
2.0 KiB
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
2016-11-17 08:24:57 +08:00
title: Working with Data | Microsoft Docs
2016-10-29 01:35:15 +08:00
author: rick-anderson
2016-11-18 04:13:02 +08:00
description:
keywords: ASP.NET Core,
2016-10-29 01:35:15 +08:00
ms.author: riande
manager: wpickett
ms.date: 10/14/2016
ms.topic: article
ms.assetid: a8fb7eb7-e0e5-4394-84f3-1f1dbe0ba2ef
2016-11-17 08:24:57 +08:00
ms.technology: aspnet
2016-10-29 01:35:15 +08:00
ms.prod: aspnet-core
---
# Working with Data
* [Getting started with ASP.NET Core and Entity Framework Core using Visual Studio](ef-mvc/index.md)
* [Getting started with ASP.NET Core MVC and Entity Framework Core using Visual Studio](ef-mvc/intro.md)
* [Create, Read, Update, and Delete operations](ef-mvc/crud.md)
* [Sorting, filtering, paging, and grouping](ef-mvc/sort-filter-page.md)
* [Migrations](ef-mvc/migrations.md)
* [Creating a complex data model](ef-mvc/complex-data-model.md)
* [Reading related data](ef-mvc/read-related-data.md)
* [Updating related data](ef-mvc/update-related-data.md)
* [Handling concurrency conflicts](ef-mvc/concurrency.md)
* [Inheritance](ef-mvc/inheritance.md)
* [Advanced topics](ef-mvc/advanced.md)
* [ASP.NET Core tutorials on the Entity Framework Core docs site](http://docs.efproject.net/en/latest/platforms/aspnetcore/index.md)
* [Getting Started with ASP.NET Core and Entity Framework 6](entity-framework-6.md)
* [Azure Storage](azure-storage/index.md)
* [Adding Azure Storage by Using Visual Studio Connected Services](https://azure.microsoft.com/documentation/articles/vs-azure-tools-connected-services-storage/)
* [Get Started with Azure Blob storage and Visual Studio Connected Services](https://azure.microsoft.com/documentation/articles/vs-storage-aspnet5-getting-started-blobs/)
* [Get Started with Queue Storage and Visual Studio Connected Services](https://azure.microsoft.com/documentation/articles/vs-storage-aspnet5-getting-started-queues/)
* [How to Get Started with Azure Table Storage and Visual Studio Connected Services](https://azure.microsoft.com/documentation/articles/vs-storage-aspnet5-getting-started-tables/)