adspace
How do in-process communication work in the common language runtime?
Answer Posted / Ruchi Mishra
In-process communication in the Common Language Runtime (CLR) occurs when components or objects reside within the same AppDomain and communicate using .NET Remoting, interfaces, events, or shared memory. This allows efficient interaction between different parts of an application without relying on network communication.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers