tags:

views:

108

answers:

2

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.

+5  A: 

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

JaredPar
A: 

Might as well just use sockets

f0ster