2018-03-22 10:41:16 +08:00
|
|
|
---
|
2018-04-03 03:22:30 +08:00
|
|
|
title: Build Web APIs in ASP.NET Core
|
2018-03-22 10:41:16 +08:00
|
|
|
author: scottaddie
|
|
|
|
description: A collection of resources related to using ASP.NET Core Web API
|
|
|
|
manager: wpickett
|
|
|
|
ms.author: scaddie
|
2018-04-03 03:22:30 +08:00
|
|
|
ms.date: 04/02/2018
|
2018-03-22 10:41:16 +08:00
|
|
|
ms.prod: asp.net-core
|
|
|
|
ms.technology: aspnet
|
|
|
|
ms.topic: article
|
|
|
|
uid: web-api/index
|
|
|
|
---
|
2018-04-03 03:22:30 +08:00
|
|
|
# Build Web APIs in ASP.NET Core
|
2018-03-22 10:41:16 +08:00
|
|
|
|
2018-04-03 03:22:30 +08:00
|
|
|
* [Create a Web API with ASP.NET Core and Visual Studio Code](xref:tutorials/web-api-vsc)
|
|
|
|
* [Create a Web API with ASP.NET Core and Visual Studio for Mac](xref:tutorials/first-web-api-mac)
|
|
|
|
* [Create a Web API with ASP.NET Core and Visual Studio for Windows](xref:tutorials/first-web-api)
|
|
|
|
* [Controller action return types in ASP.NET Core Web API](xref:web-api/action-return-types)
|
|
|
|
* [Help pages using Swagger](xref:tutorials/web-api-help-pages-using-swagger)
|
|
|
|
* [Create backend services for native mobile apps](xref:mobile/native-mobile-backend)
|
|
|
|
* [Format response data](xref:web-api/advanced/formatting)
|
|
|
|
* [Custom formatters](xref:web-api/advanced/custom-formatters)
|