【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服务的基本知识。本章包含三个教程:
- 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月底出版的书,本翻译系列略 — 译者注)
TAG: