Queries Regarding .net remoting
Hi All,Recently i have had the chance to work with .net remoting. What I understood is that .net remoting is done using Serialization or by using MarshallByRefObject.
My questions are as follows:
i need to know the difference between these two Serialization and MarshallByRefObject?(in depth explanation is appreciated)
Also why is WCF preffered over Remoting ?
Even if we create a secure channel in Remoting which is more prefferable in terms of security(WCF/Remoting)?