Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
没有什么比 Apress 的 Ingo Rammer 的关于 .NET Remoting 的书更好了
http://www.amazon.com/Advanced-NET-Remoting-Ingo-Rammer/dp /1590590252
Nothing beats Ingo Rammer's book on .NET Remoting from Apress
http://www.amazon.com/Advanced-NET-Remoting-Ingo-Rammer/dp/1590590252
除非您有一些需要 .NET Remoting 的特定要求,否则您应该看看 相反,Windows 通信基础 (WCF)。 WCF 提供 .NET 远程处理(以及更多)的功能,据我所知,WCF 现在是推荐使用的技术。
Unless you have some specific requirements that require .NET Remoting you should probably take a look at Windows Comminication Foundation (WCF) instead. WCF provides the functionality of .NET remoting (and more) and as far as I know WCF is now the recommended technology to use.
以下是我在 .NET Remoting 文章上的书签:http://delicious.com/dreikanter/remoting。 最详细的手册是“.NET 中的Remoting Architecture”。 其他包含该技术的不同使用示例。
Here are my bookmarks on .NET Remoting articles: http://delicious.com/dreikanter/remoting. the most detailed manual is "Remoting Architecture in .NET". Other ones contains different usage examples of this technology.