adspace
Difference between .net remoting versus distributed com?
Answer Posted / Anita Choudhary
.NET Remoting is a higher-level technology for building distributed applications compared to Distributed COM (DCOM). While both provide interoperability and object-oriented programming support, .NET Remoting offers improved performance, stronger security, and better integration with the .NET Framework. DCOM, on the other hand, was designed primarily for component reuse across different platforms and is less commonly used in modern .NET applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers