天天看點

【ASP.NET Web API教程】2 建立各種Web APIChapter 2: Creating Web APIs第2章 建立各種Web API

本文引自:http://www.asp.net/web-api/overview/creating-web-apis

In this chapter, you'll learn:

本章你将學習:

End-to-end tutorials and samples for ASP.NET Web API

ASP.NET Web API的端對端教程和示例。

<dl></dl>

<dt>2.1 Creating a Web API that Supports CRUD Operations</dt>

建立支援CRUD操作的Web API

<dd>This tutorial shows how to support CRUD operations in an HTTP service using ASP.NET Web API.</dd>

本教程展示在使用ASP.NET Web API的HTTP服務中如何支援CRUD操作。

<dt>2.2 Sample: Contact Manager</dt>

示例:聯系人管理器

<dd>This sample uses ASP.NET Web API to build a simple contact manager application. The application consists of a contact manager web API that is used by an ASP.NET MVC application, a Windows Phone application, and a Windows 8 app to display and manage a list of contacts.</dd>

<dt>2.3 Using Web API with Entity Framework (7 Tutorials)</dt>

與實體架構一起使用Web API(7個教程)

<dd>How to create a web API that uses Entity Framework for database persistence.</dd>

如何建立使用實體架構進行資料庫保持的Web API。

<dt>2.4 Creating a Help Page for a Web API</dt>

建立Web API的幫助頁面

<dd>By Mike Wasson|August 3, 2012</dd>

<dt>2.5 Introducing the ASP.NET Web API Help Page (Preview)</dt>

ASP.NET Web API幫助頁面簡介(預覽版)

<dd>This preview package automatically generates help page content for web APIs on your site. Everything generated by the help page is fully customizable using ASP.NET MVC and Razor.</dd>

這個預覽版的包為你的網站自動生成用于Web API的幫助頁面。由幫助頁面生成的所有内容都完成可以用ASP.NET MVC和Razor進行定制。(這是一個NuGet安裝包,本系列翻譯略 — 譯者注)