You’ve arrived at the new location for the “Silverlight for Business” blog

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:

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
This entry was posted in Post Summary, Silverlight and tagged , , , , , , , , , , , , , . Bookmark the permalink.

2 Responses to You’ve arrived at the new location for the “Silverlight for Business” blog

  1. Pingback: Coffee’s World » Happy Saturday!

  2. Niks says:

    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.

Leave a Reply

Fill in your details below or click an icon to log in:

Gravatar
WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s