AspNetCore.Docs/aspnetcore/data/index.md

47 lines
2.8 KiB
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
2017-07-01 07:47:15 +08:00
title: Working with Data in ASP.NET Core
2016-10-29 01:35:15 +08:00
author: rick-anderson
description: Provides links to articles on working with data. Many use Entity Framework Core.
2016-11-18 04:13:02 +08:00
keywords: ASP.NET Core,
2016-10-29 01:35:15 +08:00
ms.author: riande
manager: wpickett
ms.date: 10/14/2017
2016-10-29 01:35:15 +08:00
ms.topic: article
2016-11-17 08:24:57 +08:00
ms.technology: aspnet
ms.prod: asp.net-core
uid: data/index
2016-10-29 01:35:15 +08:00
---
# Working with Data in ASP.NET Core
2016-10-29 01:35:15 +08:00
* [Getting started with Razor Pages and Entity Framework Core using Visual Studio](xref:data/ef-rp/index)
* [Getting started with Razor Pages and EF](xref:data/ef-rp/intro)
* [Create, Read, Update, and Delete operations](xref:data/ef-rp/crud)
* [Sorting, filtering, paging, and grouping](xref:data/ef-rp/sort-filter-page)
* [Migrations](xref:data/ef-rp/migrations)
* [Creating a complex data model](xref:data/ef-rp/complex-data-model)
* [Reading related data](xref:data/ef-rp/read-related-data)
* [Updating related data](xref:data/ef-rp/update-related-data)
* [Handling concurrency conflicts](xref:data/ef-rp/concurrency)
* [Getting started with ASP.NET Core MVC and Entity Framework Core using Visual Studio](ef-mvc/index.md)
* [Getting started](ef-mvc/intro.md)
* [Create, Read, Update, and Delete operations](xref:data/ef-mvc/crud)
* [Sorting, filtering, paging, and grouping](xref:data/ef-mvc/sort-filter-page)
* [Migrations](xref:data/ef-mvc/migrations)
2016-10-29 01:35:15 +08:00
* [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 with EF Core - new database](https://docs.microsoft.com/ef/core/get-started/aspnetcore/new-db) (Entity Framework Core documentation site)
* [ASP.NET Core with EF Core - existing database](https://docs.microsoft.com/ef/core/get-started/aspnetcore/existing-db) (Entity Framework Core documentation site)
2016-10-29 01:35:15 +08:00
* [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/)