ASP.NET Web API系列教程(目录)(转)
注:微软随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(这是一本将于明年出版的书,本翻译系列略)
- Your First Web API (C#)
- 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
与实体框架一起使用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部分:创建首页
- Part 1: Overview and Creating the Project
- Creating a Help Page for a Web API
创建Web API帮助页面 - Introducing the ASP.NET Web API Help Page (Preview)
ASP.NET Web API帮助页面简介(预览版)(这是一个NuGet安装包,本翻译系列略)
- Creating a Web API that Supports CRUD Operations
- Chapter 3: Web API Clients
第3章 Web API客户端 - Chapter 4: Web API Routing and Actions
第4章 Web API路由与动作 - Chapter 5: Working with HTTP
第5章 使用HTTP - Chapter 6: Formats and Model Binding
第6章 格式化与模型绑定 - 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支持(预览版)
- OData support in ASP.NET Web API [Preview]
- 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服务
- Self-Host a Web API (C#)
- 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跟踪(预览版)
- Tracing in 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依赖性解析器
- Configuring ASP.NET Web API
- Resources
资源
http://www.cnblogs.com/r01cn/archive/2012/11/11/2765432.html
ASP.NET Web API系列教程(目录)(转)的更多相关文章
- ASP.NET Web API系列教程目录
ASP.NET Web API系列教程目录 Introduction:What's This New Web API?引子:新的Web API是什么? Chapter 1: Getting Start ...
- [转]ASP.NET Web API系列教程(目录)
本文转自:http://www.cnblogs.com/r01cn/archive/2012/11/11/2765432.html 注:微软随ASP.NET MVC 4一起还发布了一个框架,叫做ASP ...
- 【转】ASP.NET WEB API系列教程
from: 西瓜小强 http://www.cnblogs.com/risk/category/406988.html ASP.NET Web API教程(六) 安全与身份认证 摘要: 在实际的项目应 ...
- 【Web API系列教程】1.1 — ASP.NET Web API入门
前言 HTTP不仅仅服务于web页面.同一时候也是构建暴露服务和数据的API的强大平台.HTTP有着简单.灵活和无处不在的特点.你能想到的差点儿全部平台都包括有一个HTTP库.所以HTTP服务能够遍及 ...
- ASP.NET Web API 应用教程(一) ——数据流使用
相信已经有很多文章来介绍ASP.Net Web API 技术,本系列文章主要介绍如何使用数据流,HTTPS,以及可扩展的Web API 方面的技术,系列文章主要有三篇内容. 主要内容如下: I 数据 ...
- Web Api系列教程第2季(OData篇)(二)——使用Web Api创建只读的OData服务
前言 很久没更新了,之前有很多事情,所以拖了很久,非常抱歉.好了,废话不多说,下面开始正题.本篇仍然使用上一季的的项目背景(系列地址http://www.cnblogs.com/fzrain/p/34 ...
- [转]Web Api系列教程第2季(OData篇)(二)——使用Web Api创建只读的OData服务
本文转自:http://www.cnblogs.com/fzrain/p/3923727.html 前言 很久没更新了,之前有很多事情,所以拖了很久,非常抱歉.好了,废话不多说,下面开始正题.本篇仍然 ...
- 【Web API系列教程】3.3 — 实战:处理数据(建立数据库)
前言 在本部分中,你将在EF上使用Code First Migration来用測试数据建立数据库. 在Tools文件夹下选择Library Package Manager,然后选择Package Ma ...
- 【Web API系列教程】1.2 — Web API 2中的Action Results
前言 本节的主题是ASP.NET Web API怎样将控制器动作的返回值转换成HTTP的响应消息. Web API控制器动作能够返回下列的不论什么值: 1. void 2. HttpResponseM ...
随机推荐
- 《通过C#学Proto.Actor模型》之Persistence
Actor是有状态的,当每一步执行失败后,返回失败地方继续执行时,希望此时的状态是正确的,为了保证这一点,持久化就成了必要的环节了. Proto.Actor提供了三种方式执久化: Event Sour ...
- 为什么很多IT公司不喜欢进过培训机构的人呢?
转载原文链接:https://www.cnblogs.com/alex3714/p/9105765.html 这几天在知乎看到一个问题“为什么很多IT公司不喜欢进过培训机构的人呢?” 身为老男孩的教学 ...
- Python两大佬互相撕逼 技术何苦为难技术?
最近两天 Python 圈发生了一件大事,两个 Python 大佬撕逼了起来了. 不,其实是一个大佬(刘志军)被怼. 事情是这样的. 背景 人物介绍: 董明伟:公众号「Python 之美」的作者,似乎 ...
- hbase集群搭建参考资料
hadoop分布式集群搭建 http://www.ityouknow.com/hadoop/2017/07/24/hadoop-cluster-setup.html hbase分布式集群搭建: htt ...
- OracleSql语句学习(二)
--DQL语句--查询语句用来检查数据使用--SELECT子句用来指定要查询的字段,若写“*”则表示查询所有字段.FROM子句用来指定数据来源的表.--SELECT * FROM emp_weiyij ...
- 【转】Python爬虫:抓取新浪新闻数据
案例一 抓取对象: 新浪国内新闻(http://news.sina.com.cn/china/),该列表中的标题名称.时间.链接. 完整代码: from bs4 import BeautifulSou ...
- windows服务器nginx+php启动开源ecshop
1,下载php,nginx,ECShop源码 2,解压php到指定目录(如:C:\php-7.2.6) 2.1,找到指定目录下文件php.ini-development复制重命名为php.ini 2. ...
- php函数 array_change_key_cash
array_change_key_case ( array $array [, int $case = CASE_LOWER ] ) : array array_change_key_case() 将 ...
- SpringCloud学习笔记:熔断器Hystrix(5)
1. Hystrix简介 在分布式系统中,服务与服务之间相互依赖,一种不可避免的情况是某些服务会出现故障,导致依赖于它们的其他服务出现远程调度的线程阻塞. Hystrix提供熔断器功能,能够阻止分布式 ...
- mysql-笔记-数据类型
https://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html serial: SERIAL is an alias for BI ...