Featured Post

Hub City NUG Meeting Oct 14th 2010!

Just a quick plug so you know sooner than later.  Starting Oct 14th we are starting http://hubcitynug.org back up at the University of Southern Mississippi!  More details will follow but save the date!  As soon as we finalize all the details I’ll let you know.  If you haven’t already, be sure...

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: