承载WCF 数据服务

时间:2022-04-23
本文章向大家介绍承载WCF 数据服务,主要内容包括其使用实例、应用技巧、基本知识点总结和需要注意事项,具有一定的参考价值,需要的朋友可以参考一下。

WCF 数据服务默认使用IIS 作为 Data Service 宿主,很显然这是个极好的选择,我们可以利用 IIS 强大的基础功能。除此以外,我们页可以像 WCF 那样直接使用 Self-Host 模式。可以使用 WCF ServiceHost 或 WebServiceHost 类承载 WCF Data Services,具体参见MSDN http://msdn.microsoft.com/zh-cn/library/cc668805.aspx

WCF Data Services / WCF Behaviors And Server Side Processing

http://www.eggheadcafe.com/tutorials/aspnet/7597ebc9-868a-420b-96d0-119d3a501d60/wcf-data-services--wcf-behaviors-and-server-side-processing.aspx

WCF Data Service / OData IDispatchBehavior to decode a string-encoded XML fragment and insert it back into the output message.

http://codepaste.net/oqz4vj

Monitoring WCF Data Services with Windows Server AppFabric

http://blogs.msdn.com/b/endpoint/archive/2010/06/09/tracking-wcf-data-services-with-windows-server-appfabric.aspx

Samples for WCF Data Services

http://code.msdn.microsoft.com/dataservices

用于MongoDB的WCF Data Services Provider的实现尝试

Simple Example To Secure WCF Data Service OData Methods

http://openlightgroup.net/Blog/tabid/58/EntryId/100/Simple-Example-To-Secure-WCF-Data-Service-OData-Methods.aspx

Custom Security OData Service – Wcf Data Services

http://franssenden.wordpress.com/2010/06/14/custom-security-odata-service-wcf-data-services/

OData Services和客户端可用的验证机制综述

http://www.infoq.com/cn/news/2010/07/odata-authentication-series