vote up 3 vote down
star

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

flag
add comment

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
add comment
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
add comment

Your Answer

Get an OpenID
or

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