首页 > 其他分享 >承载WCF 数据服务

承载WCF 数据服务

时间:2022-12-12 11:01:36浏览次数:76  
标签:数据服务 承载 http Service com WCF Services Data

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

​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,Service,com,WCF,Services,Data
From: https://blog.51cto.com/shanyou/5929234

相关文章