Is there a concept or implementation similar to java RMI in dot net (C #)?

Is there a concept or implementation of RMI as a concept in .net? Can we program network programming in C # / VB in the same way as RMI in java? Such as stub, skeleton, registry, as concepts.

+3
source share
1 answer

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

+7
source

Source: https://habr.com/ru/post/1730056/


All Articles