Difference between .net remoting versus distributed com?
Answer / 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 |
Which Namespaces is used to achieve the Remoting?
When do we use delegates in your remoting applications?
What do you mean by windows authentication?
Define singlecall activation mode in .net remoting?
How to decide which to use .net remoting or asp.net web services?
How to perform Remoting?
Give the Hierarchial description of remoting?
What do mean by remotable objects in .net remoting?
How do you reference to a private & shared assembly ?
What are the types of remotable objects?
What is asynchronous programming?
what is Client-activated object in remoting?