hesion
hesion

Reputation: 321

How to use WCF RIA SERVICES with WPF application?

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?

Upvotes: 32

Views: 16510

Answers (2)

S. Ravi Kiran
S. Ravi Kiran

Reputation: 4303

You have to use RIA Services toolkit. It can be downloaded from here. After installing it, you can expose JSON, SOAP endpoints for your Domain Service. You can also use RIA Service with ASP.NET Dynamic data if you have the toolkit.

Upvotes: 2

Alex Nguyen
Alex Nguyen

Reputation: 1080

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

Upvotes: 3

Related Questions