We have delivered a 2 days training in France around Accessibility. One slot of these 2 days was dedicated to Silverlight. As accessibility is something really important in building RIA applications, here is the complete[…]
Tag: Silverlight
How to open a WCF RIA Services application to other type of clients: the JSON endpoint (4/5)
We’ll see here how to open the same application used in the 3 previous articles with a JSON endpoint. This new endpoint will then be used by an HTML5 application thanks to jQuery that will[…]
How to open a WCF RIA Services application to other type of clients: review of the initial application (1/5)
We’re going to see in this series of tutorials/articles how to expose a standard application based on the .NET 4.0 WCF RIA Services framework and Silverlight 4 to other type of clients like: Excel, standard[…]
SL4 XNA Platformer Level Editor for WP7: Azure storage (3/4)
We’ve discovered in the previous article some of the details on the way I’ve built the Silverlight application. Let’s now review the choice I’ve done on the Windows Azure Storage part. Note : if you’d[…]
SL4 XNA Platformer Level Editor for WP7: details on the Silverlight App (2/4)
In the previous article, we’ve discovered an overview of the Silverlight application built to edit levels for the XNA game. Let’s now analyze how I’ve built it and which are the interesting Silverlight features inside[…]
Silverlight 4 XNA Platformer Level Editor for Windows Phone 7: overview (1/4)
As I’ve already shown you in a previous blog post here, I had fun updating the XNA 3.1 Platformer game sample from Xbox 360/PC to Windows Phone 7. While flying back from Vegas MIX10, in[…]
Silverlight 4 tutorial: adding avatar support to the WCF RIA Services Business Template
This tutorial will introduce some of the new Silverlight 4 features in order to enhance the default “Silverlight Business Template” that comes with WCF RIA Services. We’re then going to see how to modify the[…]