Which method enables code to invoke functions in .NET applications running in different processes or on separate computers?

Choose the correct answer

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.

Which method enables code to invoke functions in .NE… — ASP.net | PakQuizHub