Problems with Semi-colons in web services (a security risk) not allowed in Silverlight 2.0 and here comes browser sockets, ListBoxes, and DataGrids
by Don Burnett.
It always helps to read up on blogs if you want to know the latest problems people are finding out there. Over at IanG's Blog, he has documented a bug in Silverlight 2.0b1, apparently if the service you wish to access has a semicolon in its URI, Silverlight won’t allow your client-side code to access it, no matter what the clientaccesspolicy.xml file says, however you can work around this problem using crossdomain.xml instead.
If you want to go into detail about the workaround for this problem please check out IanG's blog for more details..
2.0 Does Browser Sockets
Over at Marc Holmes Blog, there is a great example of using sockets with Silverlight. This enables real-time push data communications from within the Silverlight Plug-in. Into the browser. The code is also available for download.

ListBox and DataGrids in Silverlight 2.0
Over at the UX Musings Blog there is a great tutorial on how to start wiring up ListBox and DataGrid controls to data in Silverlight 2.0.. Corrina Barber did a great job with this tutorial and she actually gives you many great screen captures and gives you the example in both C# and VB.NET...

Check it out...



