简体   繁体   English

Mono中的WCF支持

[英]WCF support in Mono

I am trying to figure out what is and isn't supported for WCF under Mono. 我试图找出Mono下WCF支持和不支持的内容。 I have read the WCF Development Documentation on the Mono Project page . 我已经在Mono Project页面上阅读了WCF开发文档

For anyone with experience using WCF under Mono, are there any gotchas I should be aware of? 对于有在Mono下使用WCF的经验的人,我应该注意哪些问题?

The most comprehensive, concise place to look is probably here: 最全面,最简洁的地方可能在这里:
http://go-mono.com/status/ http://go-mono.com/status/

For example, look at System.ServiceModel, etc. for WCF status. 例如,查看System.ServiceModel等以获取WCF状态。 You can look class by class at the features that you need. 您可以根据所需的功能逐个查看。

We're using Mono's WCF stack to host some basic http services on Linux and a few things don't work (such as serving up meta data), but overall it's working well enough for us already. 我们使用Mono的WCF堆栈在Linux上托管一些基本的http服务,有些东西不起作用(例如提供元数据),但总的来说它已经足够好了。 It successfully allows Windows and Mac deployments to make service calls to it, and it also successfully allows Silverlight clients to make calls to it. 它成功地允许Windows和Mac部署对其进行服务调用,并且它还成功地允许Silverlight客户端对其进行调用。

There is quite a good discussion of what you can and cannot do in Mono, in Scott Hanselman's podcast . Scott Hanselman的播客中 ,对Mono中你能做什么和不能做什么都有很好的讨论。

The podcast also contains references to other sources of information. 播客还包含对其他信息来源的引用。 For example: 例如:

If you listen from min 13 to 14, they say that mono does not support WCF. 如果你听从分钟13到14,他们说,单支持WCF。 This seams to be in contradiction to the information in your link. 这种接缝与链接中的信息相矛盾。 It appears that they have moved the development of WCF for mono from 'olive' to the core, but it is not finished yet. 看起来他们已经将WCF for mono的发展从'橄榄'转移到了核心,但还没有完成。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM