Multiple choice technology platforms and products

The technique that allow code to make function calls to .NET applications on other processes and on other machines is

  1. .NET Threading

  2. .NET Remoting

  3. .NET RMT

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

.NET Remoting enables communication between application domains, processes, or machines. It allows objects to interact across boundaries using different transport protocols and serialization formats, making distributed applications possible.