AspNetCore.Docs/aspnetcore/mvc/web-api/index.md

23 lines
699 B
Markdown
Raw Normal View History

---
2017-07-01 07:47:15 +08:00
title: Building Web APIs
author: rick-anderson
description:
keywords: ASP.NET Core,
ms.author: riande
manager: wpickett
ms.date: 01/05/2016
ms.topic: article
ms.assetid: a8fb7eb7-e0e5-4394-84f3-1f1dbe0ba2ef
ms.technology: aspnet
ms.prod: asp.net-core
---
# Building Web APIs
* [Building your first Web API with ASP.NET Core MVC using Visual Studio](../../tutorials/first-web-api.md)
* [ASP.NET Web API Help Pages using Swagger](../../tutorials/web-api-help-pages-using-swagger.md)
* [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)