We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
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/
有一个名为 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.
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