Does silverlight support the remoting functionality of the .net framework?
+1
A:
Not implemented exactly like the full .NET framework, no. But Silverlight supports Sockets if you need that level of communication.
Tim Heuer
2008-11-14 20:25:05
+3
A:
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.
Craig Nicholson
2008-11-14 23:04:25