標籤:cti ati sof out 檔案 odata 建立 tab eating
註:微軟隨ASP.NET MVC 4一起還發布了一個架構,叫做ASP.NET Web API。這是一個用來在.NET平台上建立HTTP服務的Web API架構,是微軟的又一項令人振奮的技術。目前,國內對此關注的人似乎還不多,有關ASP.NET Web API的文章也不多見。為此,本人打算對微軟ASP.NET Web API官方網站上的一些教程進行翻譯,以期讓更多的國人瞭解、學習和使用這項ASP.NET Web API。
ASP.NET Web API系列教程目錄
- Introduction:What‘s This New Web API?
引子:新的Web API是什嗎?
- Chapter 1: Getting Started with ASP.NET Web API
第1章 ASP.NET Web API入門
- Your First Web API (C#)
第一個Web API(C#)
- Deep Dive into Web API
深入探討Web API(這是一個視頻教程,本翻譯系列略)
- Pro ASP.NET Web API
精通ASP.NET Web API(這是一本將於明年出版的書,本翻譯系列略)
- Chapter 2: Creating Web APIs
第2章 建立Web API
- Creating a Web API that Supports CRUD Operations
建立支援CRUD操作的Web API
- Sample: Contact Manager
樣本:連絡人管理器(這是一個可直接下載的應用程式,本翻譯系列略)
- Using Web API with Entity Framework
與Entity Framework一起使用Web API
- Part 1: Overview and Creating the Project
第1部分:概述及建立項目
- Part 2: Creating the Domain Models
第2部分:建立領域模型
- Part 3: Creating an Admin Controller
第3部分:建立Admin控制器
- Part 4: Adding an Admin View
第4部分:添加Admin視圖
- Part 5: Creating a Dynamic UI with Knockout.js
第5部分:用Knockout.js建立動態UI
- Part 6: Creating Product and Order Controllers
第6部分:建立Product和Order控制器
- Part 7: Creating the Main Page
第7部分:建立首頁
- Creating a Help Page for a Web API
建立Web API協助頁面
- Introducing the ASP.NET Web API Help Page (Preview)
ASP.NET Web API協助頁面簡介(預覽版)(這是一個NuGet安裝包,本翻譯系列略)
- Chapter 3: Web API Clients
第3章 Web API用戶端
- Sample: Introduction to HttpClient
樣本:HttpClient簡介(這是一個可直接下載的應用程式,本翻譯系列略)
- Calling a Web API From a .NET Client (C#)
通過.NET用戶端調用Web API
- Calling a Web API From a WPF Application (C#)
通過WPF應用程式調用Web API
- HttpClient Message Handlers
HttpClient訊息處理器
- Chapter 4: Web API Routing and Actions
第4章 Web API路由與動作
- Routing in ASP.NET Web API
ASP.NET Web API路由
- Routing and Action Selection
路由與動作選擇
- Exception Handling in ASP.NET Web API
ASP.NET Web API異常處理
- Chapter 5: Working with HTTP
第5章 使用HTTP
- HTTP Message Handlers
HTTP訊息處理器
- Sending HTML Form Data: Form-urlencoded Data
發送HTML表單資料:URL編碼的表單資料
- Sending HTML Form Data: File Upload and Multipart MIME
發送HTML表單資料:檔案上傳與多部分MIME
- Batching HTTP Messages
批處理HTTP訊息
- HTTP Cookies
- Chapter 6: Formats and Model Binding
第6章 格式化與模型繫結
- Media Formatters
媒體格式化器
- JSON and XML Serialization
JSON與XML序列化
- Content Negotiation
內容協商
- Model Validation
模型驗證
- Chapter 7: OData Support in ASP.NET Web API
第7章 ASP.NET Web API的OData支援
- OData support in ASP.NET Web API [Preview]
ASP.NET Web API的OData支援(預覽版)
- Chapter 8: Hosting ASP.NET Web API
第8章 ASP.NET Web API託管
- Self-Host a Web API (C#)
自託管Web API(C#)
- Sample: ASP.NET Web API Self-Host
例子:ASP.NET Web API自託管
- Using Web API with ASP.NET Web Forms
與ASP.NET Web表單一起使用Web API
- Mobile-friendly REST service using ASP.NET Web API and SQL Database
使用ASP.NET Web API和SQL資料庫的移動友好的REST服務
- Chapter 9: Testing and Debugging
第9章 測試與調試
- Tracing in ASP.NET Web API
ASP.NET Web API中的跟蹤
- ASP.NET Web API Tracing (Preview)
ASP.NET Web API跟蹤(預覽版)
- Chapter 10: Extensibility
第10章 可擴充性
- Configuring ASP.NET Web API
配置ASP.NET Web API
- Using the Web API Dependency Resolver
使用Web API依賴性解析器
- Resources
資源
- Brad Wilson‘s Blog
- Henrik‘s Blog
- Hongmei‘s Blog
- Kiran‘s Blog
- Mike Stall‘s Blog
- Yao‘s Blog
http://www.cnblogs.com/r01cn/archive/2012/11/11/2765432.html
ASP.NET Web API系列教程(目錄)(轉)