David Rousset
Check me out on the web at my blog.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
HTML5 & CSS3 latest features in action!
Nov 26, 2012 at 10:12 AMThanks for your great feedbacks!
HTML5 & CSS3 latest features in action!
Nov 02, 2012 at 8:01 PMHi,
I've written an article on my blog providing links & articles associated to this session: http://blogs.msdn.com/b/davrous/archive/2012/11/03/demos-links-amp-articles-associated-to-htm5-amp-css3-latest-features-in-action-build-3-114.aspx
Enjoy!
David
HTML5 Platformer game PhoneGap'ed onto Windows Phone 7.1(5)
May 30, 2012 at 6:49 AMThanks for sharing!
Silverlight TV 26: Exposing SOAP, OData, and JSON Endpoints for RIA Services
Dec 22, 2010 at 2:10 AMHello,
As this is a frequent topic during my customers’ meetings, I’ve used your excellent webcast: “Silverlight TV 26: Exposing SOAP, OData, and JSON Endpoints for RIA Services” as a base to write a series of articles on my blog. The first 4 articles are online :
1 – Review of the initial application: http://blogs.msdn.com/b/davrous/archive/2010/11/10/how-to-open-a-wcf-ria-services-application-to-other-type-of-clients-review-of-the-initial-application-1-5.aspx
2 – How to expose the service as an OData stream consumed by Excel and from a web application built with WebMatrix
3 – How to expose the service as a “standard” WCF Service used from a WPF application and a Windows Phone 7 application
4 – How to expose the service as a JSON stream to be used by a HTML5/jQuery web application
5 – Step by step procedure to publish this WCF RIA Services application to Windows Azure & SQL Azure
And I’ll try to write the last one before going on vacation. I’ve got the same articles in French also.
The main Silverlight application is hosted in Azure here: http://bookclub.cloudapp.net and I’ve just slightly modified the original application to add a viewbox control and some webcam logic while you create a new user.
The second article uses WebMatrix and its OData helper to connect to the OData feed of WCF RIA Services. I’ve tried also to explain the differences with the OData feed available with WCF Data Services.
The third article shows simple WPF & Windows Phone 7 clients connected to the SOAP endpoint and handling the authentication cookie.
The fourth article shows an HTML5/jQuery application displaying the books in a fun way using the Galleriffic jQuery plug-in, some CSS3 and an animation based on <canvas>.You can test it here in IE9 (or Chrome/FF/Opera/Safari) : http://bookclub.cloudapp.net/WCFRIA_jQueryHTML5.html . I’m also talking about the way to add/delete items with the JSON endpoint.
Enjoy !
David Rousset