Silverlight for Business has been hosted over on Live Spaces for the last 6 months. However there are quite a few issues with using that platform which don’t look like been fixed any time soon. So for that reason I am moving it here.
All the old posts are still available with the original links, and I have summarised them here:
- Silverlight for Mobile – further thoughts
- Silverlight Pulse Grok Presentation
- Updated Silverlight Pulse now on http://silverlightpulse.net
- Silverlight Pulse – a twitter silverlight app
- Brad Adams talks about “Silverlight 3 for Great Business Apps”
- Silverlight M-V-VM Resources
- Windows Live Spaces: Top 5 Wish List
- Silverlight Visualisation Example – how much energy is wasted in US households?
- Implementing Validation Logic in Silverlight 2
- Silverlight Accessibility and creating DDA Compliant applications in the UK
- Microsoft.com gets Silverlight on it’s home page
- Computer Weekly: Silverlight Skills are Hot!
- itv.com helps push Silverlight – but is the installation experience good enough and why aren’t more Microsoft sites using Silverlight?
- Third Party & Free Silverlight Controls – Demo Pages
- Silverlight Drag and Drop and HitTest on any layout (not just Canvas)
- Creating Reusable Animations in Silverlight 2
- Working with Data in Silverlight 2 (Entity Framework, Ado.Net Data Services, and DataGrid)
- Serializing Objects to Isolated Storage in Silverlight 2
- Working with Xml Files in Silverlight and Isolated Storage
- Announcing: Silverlight “Power Seminar”
- Silverlight 2 vs. Asp.Net Ajax
- “Why Silverlight 2 Could Be Far More Important Than You Think”
- Why Silverlight for Business?
By the way, I have a stack of new posts on the way that I have been building up, so stay tuned.
Cheers
Ian
Advertisement
Pingback: Coffee’s World » Happy Saturday!
I am referring to your blog – ‘Pushing Data From the Server to Silverlight 3 using a Duplex Wcf Service’.
First of all thanks for the wonderful example. I am a newbie to SL and was looking for a good Server Push example. After down loading the application & fixing the policy xml issues, I am able to run my application as well as the MSDN app. I have a question. My data which the server is pushing comes from a data store and it has more than 500 records. I tried returning the List but the message is never received in the MainPage.xaml.cs on the event. When I send a single row, it is received (which is obviously not the solution) I tried to return a delimited string (again not a good ideas as string has its own size limit). I would like to know whether in SL3 can I send a List message from the server to client? If this is possible then can you provide with a example? And if this is not the case, I mean returning List is not possible then what is the way I can return all the rows to the client and further bind them to the DataGrid? Please comment.