首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >承载WCF 数据服务

承载WCF 数据服务

作者头像
张善友
发布2018-01-22 11:10:50
发布2018-01-22 11:10:50
1.1K0
举报
文章被收录于专栏:张善友的专栏张善友的专栏

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

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2010-08-03 ,如有侵权请联系 cloudcommunity@tencent.com 删除
目录
  • WCF Data Services / WCF Behaviors And Server Side Processing
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档