1
vote
What is the best reference for architecting Silverlight applications?
I personally haven't seen any best practice guidance out there discussing this however I could make a few recommendations myself but it depends on the type of application being developed.
T …
0
votes
Good resource for learning Silverlight 2 Development?
I'd recommend the Sparkling Client podcast and it even features the infamous …
1
vote
Use Silverlight Isolated Storage To Keep Authentication Token?
Other than the advantage of sharing the token across multiple browser instances, which I personally haven't ever seen the need for, I think I'll stick to using cookies for now. Why? Because they ar …
3
votes
does silverlight support remoting?
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 …
