Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# Remote Method Invocation (RMI)

Tags:

c#

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!

like image 832
Kobojunkie Avatar asked Dec 02 '09 02:12

Kobojunkie


1 Answers

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

like image 154
SLaks Avatar answered Oct 21 '22 11:10

SLaks