在WPF应用程序中托管WCF Rest服务

问题描述:

我有一些使用WCF Rest Started Kit创建的REST服务,我需要将这些服务托管在WPF应用程序中.有人可以指出正确的方向吗?

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?

Codeplex中有一个非常好的项目,称为"WCF开发人员的WCF指南",其中包含白皮书,文章和微型截屏,向您展示了许多使用方法如果您是WPF开发人员,则可以使用WCF:

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/

不确定REST Web服务上是否包含任何内容-快来看吧!

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

有关WCF REST Starter Kit服务本身的一系列介绍,请访问Pluralsight网站及其截屏视频系列-优秀的资源!

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

基本上,在您的WPF应用程序中托管WCF REST服务与托管任何其他WCF服务没有什么不同,因此,我相信所有有关托管自己的服务的出色的Pluralsight截屏视频都应该使您对如何进行操作有所了解. !

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!

马克