C# – How to use WCF RIA SERVICES with WPF application

cwcfwcf-ria-serviceswpf

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?

Best Answer

Here is the link describe the RIA servicive for WPF application 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 I think this is useful for you