C# Remote Method Invocation (RMI)

c#

Solution

You're looking for .Net Remoting. You may also want to look into WCF.

Problem

I need to write an RMI server and client in C# and was sort of confused about what this really is considering most of the posts I have read online on the subject have been Java-related. What exactly is C#'s version of Java RMI? Thanks in advance!

Original source