How to use WCF RIA SERVICES with WPF application?

前端 未结 2 652
无人及你
无人及你 2020-12-06 09:29

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?

相关标签:
2条回答
  • 2020-12-06 09:32

    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

    0 讨论(0)
  • 2020-12-06 09:41

    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.

    0 讨论(0)
提交回复
热议问题