Is there a concept or implementation of RMI like concept in .net? Can we program network programming in C#/VB just like RMI in java? Such as stub,skeleton,registry like concepts.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The closest analogy to RMI in Java is .Net Remoting. Here are a couple of links comparing the techonologies |
|||
|