How to use WCF RIA SERVICES with WPF application?

夙愿已清 提交于 2019-12-17 16:42:12

问题


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?


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/2551258/how-to-use-wcf-ria-services-with-wpf-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!