Difference between .net remoting versus distributed com?



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

Post New Answer

More Dot Net Remoting Interview Questions

Which Namespaces is used to achieve the Remoting?

1 Answers  


When do we use delegates in your remoting applications?

1 Answers  


What do you mean by windows authentication?

1 Answers  


Define singlecall activation mode in .net remoting?

1 Answers  


How to decide which to use .net remoting or asp.net web services?

1 Answers  


How to perform Remoting?

1 Answers  


Give the Hierarchial description of remoting?

1 Answers   Satyam,


What do mean by remotable objects in .net remoting?

1 Answers  


How do you reference to a private & shared assembly ?

1 Answers   Digital GlobalSoft,


What are the types of remotable objects?

1 Answers  


What is asynchronous programming?

1 Answers  


what is Client-activated object in remoting?

1 Answers   DELL,


Categories