WCF Message Compression: protobuf vs binary
Dustin offer a view on WCF binary vs protobuf compression.
Instead of compressing messages after they are built, it would be better if we could build smaller messages

Dustin offer a view on WCF binary vs protobuf compression.
Instead of compressing messages after they are built, it would be better if we could build smaller messages
If you want any kind of decent performance, my personal experience is WCF will not even nearly cut it, no matter what kind of compression you apply.
@Pavel Dokovsky – what other options are there for .NET instead of using WCF? Are there any open source or commercial alternatives for the .NET platform?