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.
views:
108answers:
2
+5
A:
The closest analogy to RMI in Java is .Net Remoting. Here are a couple of links comparing the techonologies
JaredPar
2010-01-26 14:44:02