用于 .net 远程处理的 GenuineChannels 的良好替代方案

发布于 2024-07-05 16:50:49 字数 1560 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

千年*琉璃梦 2024-07-12 16:50:50

WCF(Windows Communication Foundation)是您应该考虑的方法。 WCF 将 Web 服务、.net 远程处理、分布式事务和消息队列集成到通用通信模型中。

WCF 入门位于 http://msdn.microsoft.com/en- us/library/ms734712.aspx

本教程位于 http://msdn.microsoft.com/en-us/library/ms734712.aspx" rel="nofollow noreferrer">http:// /msdn.microsoft.com/en-us/library/ms734712.aspx

Oreilly 有一本关于 WCF 的书:http://oreilly.com/catalog/9780596526993/

WCF, Windows Communication Foundation is the approach you should look into. WCF integrates web services, .net remoting, distributed transactions and message queuing into a common communications model.

Getting started with WCF is at http://msdn.microsoft.com/en-us/library/ms734712.aspx

The tutorial is at http://msdn.microsoft.com/en-us/library/ms734712.aspx

Oreilly has a book about WCF: http://oreilly.com/catalog/9780596526993/

风月客 2024-07-12 16:50:50

有一个名为 DotNetRemoting 的产品,声称可以轻松替代 GenuineChannels。 他们甚至有一个论坛部分致力于从 GenuineChannles 转换为 DNR。

There is a product called DotNetRemoting that claims to be an easy replacement for GenuineChannels. They even have a section of their forum dedicated to converting from GenuineChannles to DNR.

幽蝶幻影 2024-07-12 16:50:50

WCF (Windows Communication Foundation) 是正确的选择 - 更具可扩展性,可以轻松替换为其他技术(如果您将来需要),并且内置于 .NET 3.0。
还有很多其他好东西... http://msdn. microsoft.com/en-us/netframework/aa663324.aspx

WCF (Windows Communication Foundation) is the way to go - much more scalable, easily swappable to other technologies (if you need in the future), and builtin to .NET 3.0.
A lot of other nice stuff there, too... http://msdn.microsoft.com/en-us/netframework/aa663324.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文