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服務的基本知識。本章包含三個教程:
-
1.1 Tutorial: Your First Web API
1.1 教程:第一個Web API -
In this tutorial, you will create your first HTTP service using ASP.NET Web API.
在本教程中,你將用ASP.NET Web API創建第一個HTTP服務。 -
1.2 Deep Dive into Web API
1.2 深入探討Web API -
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.
Daniel Roth以一段核心代碼深入探討了Web API特性,並演示了如何用Visual Studio 2012把這些特性用於你自己的API開發中。(這是一段視頻教程,本翻譯系列略 — 譯者注) -
1.3 Pro ASP.NET Web API
1.3 精通ASP.NET Web API -
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.
精通ASP.NET Web API,Tugberk Ugurlu、Alexander Zeitler著,向你展示如何建立靈活、可擴展的Web服務,這些服務無縫地運行在一系列操作系統和設備上,從桌面機器到平台電腦以及智能電話 — 甚至今天還不知道的設備。(這是一本將於2013年1月底出版的書,本翻譯系列略 — 譯者注)