天天看點

【ASP.NET Web API教程】1 ASP.NET Web API入門Getting Started with ASP.NET Web API第1章 ASP.NET Web API入門

摘自:http://www.asp.net/web-api/overview/getting-started-with-aspnet-web-api

In this chapter, you'll learn: The basics of building an HTTP service using ASP.NET Web API

本章你将學習:用ASP.NET Web API建立HTTP服務的基本知識。本章包含三個教程:

<dl></dl>

<dt>1.1 Tutorial: Your First Web API</dt>

1.1 教程:第一個Web API

<dd>In this tutorial, you will create your first HTTP service using ASP.NET Web API. </dd>

在本教程中,你将用ASP.NET Web API建立第一個HTTP服務。

<dt>1.2 Deep Dive into Web API</dt>

1.2 深入探讨Web API

<dd>Daniel Roth takes a code-centric deep dive into the Web API features and how to use Visual Studio 2012 to leverage those features in your own API development. </dd>

Daniel Roth以一段核心代碼深入探讨了Web API特性,并示範了如何用Visual Studio 2012把這些特性用于你自己的API開發中。(這是一段視訊教程,本翻譯系列略 — 譯者注)

<dt>1.3 Pro ASP.NET Web API</dt>

1.3 精通ASP.NET Web API

<dd>Pro ASP.NET Web API, by Tugberk Ugurlu and Alexander Zeitler, shows you how to build flexible, extensible web services that run seamlessly on a range of operating systems and devices, from desktops to tablets to smart phones—even the ones we don’t know today.</dd>

精通ASP.NET Web API,Tugberk Ugurlu、Alexander Zeitler著,向你展示如何建立靈活、可擴充的Web服務,這些服務無縫地運作在一系列作業系統和裝置上,從桌面機器到平台電腦以及智能電話 — 甚至今天還不知道的裝置。(這是一本将于2013年1月底出版的書,本翻譯系列略 — 譯者注)

繼續閱讀