vote up 3 vote down star

Does silverlight support the remoting functionality of the .net framework?

flag

78% accept rate

2 Answers

vote up 3 vote down check

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.

link|flag
vote up 1 vote down

Not implemented exactly like the full .NET framework, no. But Silverlight supports Sockets if you need that level of communication.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.