摘要:
1. 什么是REST? Rest的全称是Representational State Transfer, 普通的WCF使用SOAP,而使用REST构建的WCF服务使用其他数据传输方式,例如JSONRest的四种操作:GET - Requests a specific representation of a resource PUT - Creates or updates a resource with the supplied representation DELETE - Deletes the specified resource POST - Submits data to be p. 阅读全文