2017-03-03 08:50:36 +08:00
|
|
|
---
|
2017-07-01 07:47:15 +08:00
|
|
|
title: Building Web APIs
|
2017-01-15 05:59:26 +08:00
|
|
|
author: rick-anderson
|
|
|
|
description:
|
|
|
|
ms.author: riande
|
|
|
|
manager: wpickett
|
|
|
|
ms.date: 01/05/2016
|
|
|
|
ms.topic: article
|
|
|
|
ms.technology: aspnet
|
2017-03-03 08:50:36 +08:00
|
|
|
ms.prod: asp.net-core
|
2017-01-15 05:59:26 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
# Building Web APIs
|
|
|
|
|
2017-12-13 08:59:21 +08:00
|
|
|
* [Building your first Web API with ASP.NET Core using Visual Studio](../../tutorials/first-web-api.md)
|
2017-10-10 03:43:00 +08:00
|
|
|
* [ASP.NET Core Web API Help Pages using Swagger](../../tutorials/web-api-help-pages-using-swagger.md)
|
2017-01-15 05:59:26 +08:00
|
|
|
* [Creating backend services for native mobile applications](../../mobile/native-mobile-backend.md)
|
|
|
|
* [Formatting response data](../models/formatting.md)
|
2017-05-11 04:19:04 +08:00
|
|
|
* [Custom formatters](../advanced/custom-formatters.md)
|
|
|
|
|