好.Net Remoting教程/指南

时间:2009-01-19 17:14:21

标签: .net remoting

有没有人有任何指向良好,简洁,教程或.Net远程指南的链接?不胜感激!

谢谢(抱歉这篇短文!)

编辑:我现在知道:http://www.codeproject.com/KB/XML/remotingsimpleeng.aspx

3 个答案:

答案 0 :(得分:5)

没有什么比Inress Rammer关于来自Apress的.NET Remoting的书更好了 http://www.amazon.com/Advanced-NET-Remoting-Ingo-Rammer/dp/1590590252

答案 1 :(得分:2)

除非您有一些需要.NET Remoting的特定要求,否则您应该查看Windows Comminication Foundation (WCF)。 WCF提供了.NET远程处理(以及更多)的功能,据我所知,WCF现在是推荐使用的技术。

答案 2 :(得分:0)

以下是关于.NET Remoting文章的书签:http://delicious.com/dreikanter/remoting。最详细的手册是“Remoting Architecture in .NET”。其他包含此技术的不同用法示例。