Featured Post

Deep Fried Bytes Episode #40: Silverlight 4 and Behind the Scenes at P

  http://deepfriedbytes.com/podcast/episode-40-silverlight-4-and-behind-the-scenes-at-pdc-2009-with-scott-guthrie/     What better way to find out what is going on in .Net development than to get it straight from The Gu himself?  We were invited back to PDC 2009 to cover all of the announcements...

Read More

Video: WCF Deployment Strategies on Channel9

Posted by Keith Elder | Posted in Videos, WCF, Web Services | Posted on 02-09-2009

0

image A month or so ago I had the pleasure of being a guest on Geek Speak and the show is finally up on Channel9!  I showed how to deploy a complex WCF service from scratch that supported multiple bindings including:

  • basicHttpBinding
  • wsHttpBinding
  • netTcpBinding
  • netMsmqBinding

 

There isn’t a lot of information on how to setup this type of WCF service in IIS/WAS especially when it comes to setting up the queues.  After everything is deployed within IIS and WAS, I run some benchmarks to show the different speeds between the different bindings as well as against ASMX.  Which one do you think will win?

You can listen in to the show here:

http://channel9.msdn.com/shows/geekSpeak/geekSpeak-Recording-WCF-Deployment-Strategies-with-Keith-Elder/

You can download the solution I used here: