Does silverlight support the remoting functionality of the .net framework?
|
feedback
|
|
Due to the security requirements of being sandboxed in the host web browser, binary serialization is not supported. So no, .NET Remoting is not supported. Thank goodness we have a fairly sufficient WCF implementation. | |||
|
feedback
|
|
Not implemented exactly like the full .NET framework, no. But Silverlight supports Sockets if you need that level of communication. | |||
|
feedback
|