随笔分类 -  WCF

摘要:WCF 数据服务(以前称为“ADO.NET Data Services”)是 .NET Framework 的一个组件。可以使用此组件创建一些服务,利用开放式数据协议 (OData) 来借助具象状态传输 (REST)(可能为英文网页)语义通过 Web 或 Intranet 公开和使用数据。OData 将数据公开为可通过 URI 寻址的资源。 可使用 GET、PUT、POST 和 DELETE 这些标准 HTTP 谓词来访问和更改数据。OData 使用实体数据模型的实体关系约定,将资源公开为通过关联相关的实体集。 阅读全文
posted @ 2015-09-22 08:49 东风125 阅读(252) 评论(0) 推荐(0)
摘要:Learning about RESTAn Abstract ExampleWhy Should You Care about REST?WCF and RESTWebGetAttribute and WebInvokeAttributeUriTemplate and UriTemplateTabl... 阅读全文
posted @ 2015-08-26 17:46 东风125 阅读(302) 评论(0) 推荐(0)
摘要:Web service standards: SOAP, REST, OData, and moreSo far, we've covered the components of aweb service, the messaging format and transport protocols.B... 阅读全文
posted @ 2015-07-23 17:52 东风125 阅读(399) 评论(0) 推荐(0)