Category Archives: SOA

A Streaming Message Writer & Reader in C# & Json.NET

Here is a C# implementation of a high performance message reader and writer that can read and write messages to any stream using Json.NET. We are using a similar implementation here at BancVue as our message store and it is performing quite well. I settled on Json.NET after trying several other serializers and reading a […]

Also posted in .NET, C#, Messaging | Tagged , , , | Leave a comment