I want to use WCF RIA SERVICES in my WPF application.

but WCF RIA SERVICES client only surport silverlight and ASP.NET now, how can I use it in WPF application?

link|improve this question
possible duplicate of How do I do client-side validation in WPF using WCF RIA Services – Shimmy Nov 20 '11 at 3:47
Please vote Please vote here and here. – Shimmy Apr 29 at 6:27
feedback

2 Answers

Brad Abrams did a blog on it a while back, I don't know how much has changed in the beta though. Blog - RIA services blogs series here.

link|improve this answer
I try to look for some informations earlier, but there is no samples about WPF use WCF RIA SERVICES. And I have send him a Email, but it seems too busy to response me. – hesion Mar 31 '10 at 8:45
There's a sample app that you can download in his blog if that helps but I'm far from a RIA Services expert. – lancscoder Mar 31 '10 at 9:34
brad response me with his blog post, and that very useful. However, thanks a lot! – hesion Apr 1 '10 at 8:09
Please vote Please vote here and here. – Shimmy Apr 29 at 6:28
feedback

I've done a complete sample consuming the SOAP endpoint of WCF RIA Services from a WPF Applications (handling also the authentication cookie for authenticated calls) : http://blogs.msdn.com/b/davrous/archive/2010/12/03/how-to-open-a-wcf-ria-services-application-to-other-type-of-clients-the-soap-endpoint-3-5.aspx

Hope it helps.

Regards,

David Rousset

link|improve this answer
Per the FAQ "Be careful, because the community frowns on overt self-promotion and tends to vote it down and flag it as spam. Post good, relevant answers, and if they happen to be about your product or website, so be it. However, you must disclose your affiliation in your answers." You've been gathering flags because people have noticed your answers all refer (appropriately, mind you) back to your blog. I think if you would register and fill out your profile you could avoid these. Could you do that? Thanks. – Will Apr 14 '11 at 18:22
Please vote Please vote here and here. – Shimmy Apr 29 at 6:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.