2017-03-03 08:50:36 +08:00
|
|
|
---
|
2017-01-15 05:59:26 +08:00
|
|
|
title: Building Web APIs | Microsoft Docs
|
|
|
|
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
|
2017-03-03 08:50:36 +08:00
|
|
|
ms.prod: asp.net-core
|
2017-01-15 05:59:26 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
# 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)
|
|
|
|
* [🔧 Custom formatters](../advanced/custom-formatters.md)
|
2017-03-03 08:50:36 +08:00
|
|
|
* [🔧 Support resource updates with JSON patch](json-patch.md)
|