Hosting WCF Rest Services in WPF Application

早过忘川 提交于 2019-12-07 11:59:27

问题


Hi i have some REST services created with WCF Rest Started Kit and i need to host these services in a WPF app. can someone point in the right direction?


回答1:


There's a really good project in Codeplex called "WCF Guidance for WPF developers" which has white papers, articles, mini screencast to show you a lot of ways to use and leverage WCF if you're a WPF developer:

http://wcfguidanceforwpf.codeplex.com/

Not sure if they have anything on REST webservices - but go have a look!

For a series of intros to WCF REST Starter Kit services per se, go see the Pluralsight web site and their screencast series - excellent resources!

http://www.pluralsight.com/main/screencasts/default.aspx

Basically, hosting a WCF REST service in your WPF app is no different from hosting any other WCF service, so I do believe all the excellent Pluralsight screencasts on hosting your own service should definitely give you a heads-up on how to proceeed!

Marc



来源:https://stackoverflow.com/questions/1276153/hosting-wcf-rest-services-in-wpf-application

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