--- title: Work with data in ASP.NET Core author: rick-anderson description: Provides links to articles on working with data. Many use Entity Framework Core. ms.author: riande ms.date: 10/14/2017 uid: data/index --- # Work with data in ASP.NET Core * [Get started with Razor Pages and Entity Framework Core using Visual Studio](xref:data/ef-rp/index) * [Get started with Razor Pages and EF](xref:data/ef-rp/intro) * [Create, Read, Update, and Delete operations](xref:data/ef-rp/crud) * [Sort, filter, page, and group](xref:data/ef-rp/sort-filter-page) * [Migrations](xref:data/ef-rp/migrations) * [Create a complex data model](xref:data/ef-rp/complex-data-model) * [Read related data](xref:data/ef-rp/read-related-data) * [Update related data](xref:data/ef-rp/update-related-data) * [Handle concurrency conflicts](xref:data/ef-rp/concurrency) * [Get started with ASP.NET Core MVC and Entity Framework Core using Visual Studio](ef-mvc/index.md) * [Get started](ef-mvc/intro.md) * [Create, Read, Update, and Delete operations](xref:data/ef-mvc/crud) * [Sort, filter, page, and group](xref:data/ef-mvc/sort-filter-page) * [Migrations](xref:data/ef-mvc/migrations) * [Create a complex data model](ef-mvc/complex-data-model.md) * [Read related data](ef-mvc/read-related-data.md) * [Update related data](ef-mvc/update-related-data.md) * [Handle 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) * [Get started with ASP.NET Core and Entity Framework 6](entity-framework-6.md) * [Azure Storage](azure-storage/index.md) * [Add 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/) * [Get started with Azure Table Storage and Visual Studio Connected Services](https://azure.microsoft.com/documentation/articles/vs-storage-aspnet5-getting-started-tables/)