开发者

Is there a concept or implementation similar to java RMI in dot net (C#)?

开发者 https://www.devze.com 2022-12-18 07:25 出处:网络
Is there a concept or implementation of RM开发者_JAVA技巧I like concept in .net? Can we program network programming in C#/VB just like RMI in java?

Is there a concept or implementation of RM开发者_JAVA技巧I like concept in .net? Can we program network programming in C#/VB just like RMI in java? Such as stub,skeleton,registry like concepts.


The closest analogy to RMI in Java is .Net Remoting. Here are a couple of links comparing the techonologies

  • Java RMI vs .Net Remoting
  • Migrating Java RMI to .Net Remoting
0

精彩评论

暂无评论...
验证码 换一张
取 消