WCF 数据服务默认使用IIS 作为 Data Service 宿主,很显然这是个极好的选择,我们可以利用 IIS 强大的基础功能。除此以外,我们页可以像 WCF 那样直接使用 Self-Host 模...
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
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
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
Custom Security OData Service – Wcf Data Services
http://franssenden.wordpress.com/2010/06/14/custom-security-odata-service-wcf-data-services/
OData Services和客户端可用的验证机制综述