up vote 5 down vote favorite
share [g+] share [fb]

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

link|improve this question

65% accept rate
feedback

2 Answers

up vote 5 down vote accepted

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|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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