Which method enables code to invoke functions in .NET applications running in different processes or on separate computers?
Explanation
The correct answer is .NET Threading, which allows concurrent execution within applications but does not support calling functions across processes or machines. .NET Remoting is the technique used for inter-process and remote communication in .NET.