View Binary Encoded WCF Messages

Date Published: 19 December 2009

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.

Steve Smith

About Ardalis

Software Architect

Steve is an experienced software architect and trainer, focusing on code quality and Domain-Driven Design with .NET.