31 lines
1.4 KiB
Markdown
31 lines
1.4 KiB
Markdown
|
---
|
||
|
title: "Working with Data in ASP.NET Web API | Microsoft Docs"
|
||
|
author: rick-anderson
|
||
|
description: "How to program CRUD (create, read, update, delete) operations in Web API."
|
||
|
ms.author: aspnetcontent
|
||
|
manager: wpickett
|
||
|
ms.date: 10/23/2014
|
||
|
ms.topic: article
|
||
|
ms.assetid: 995cbe38-7dbd-4c36-a5d0-a761944c7636
|
||
|
ms.technology: dotnet-webapi
|
||
|
ms.prod: .net-framework
|
||
|
msc.legacyurl: /web-api/overview/data
|
||
|
msc.type: chapter
|
||
|
---
|
||
|
Working with Data in ASP.NET Web API
|
||
|
====================
|
||
|
> How to program CRUD (create, read, update, delete) operations in Web API.
|
||
|
|
||
|
|
||
|
- [Using Web API 2 with Entity Framework 6](using-web-api-with-entity-framework/index.md)
|
||
|
|
||
|
- [Create the Project](using-web-api-with-entity-framework/part-1.md)
|
||
|
- [Add Models and Controllers](using-web-api-with-entity-framework/part-2.md)
|
||
|
- [Seed the Database](using-web-api-with-entity-framework/part-3.md)
|
||
|
- [Handling Entity Relations](using-web-api-with-entity-framework/part-4.md)
|
||
|
- [Create Data Transfer Objects (DTOs)](using-web-api-with-entity-framework/part-5.md)
|
||
|
- [Create the JavaScript Client](using-web-api-with-entity-framework/part-6.md)
|
||
|
- [Create the View (UI)](using-web-api-with-entity-framework/part-7.md)
|
||
|
- [Display Item Details](using-web-api-with-entity-framework/part-8.md)
|
||
|
- [Add a New Item to the Database](using-web-api-with-entity-framework/part-9.md)
|
||
|
- [Publish the App to Azure Websites](using-web-api-with-entity-framework/part-10.md)
|