Steve Smith's Blog

Musings on Software and the Developer Community

View Binary Encoded WCF Messages

If you’re doing any work with WCF (and perhaps Silverlight, for example, but any client will do) and you’d like to maximize the performance of your messages, you’re probably using binary encoding as it’s much less verbose than other options.  However, this makes tools like Fiddler much less useful when it comes to debugging why the thing isn’t doing what you thought it was doing, because by default Fiddler doesn’t have a useful view of such messages.

WCFBinaryFiddlerPlugin Well, look no further.  There is a WCF Binary-encoded Message Inspector for Fiddler which solves this need.  It’s free and hosted on code.msdn.microsoft.com.  You can read more about it on the Functional Fun blog.

    kick it on DotNetKicks.com

Monday, 21 December 2009

Comments

 avatar

links london said on 28 Jan 2010 at 2:11 AM

for example, but any client will do) and you’d like to maximize the performance of your messages,


Leave a Comment

Please join the discussion and share your thoughts.