Monthly Archives: April 2010

Test Driving MongoDB

Lately, I have been looking into MongoDB and other alternatives to traditional relational databases. MongoDB seems to be the best fit for the kinds of scenarios I am working with here at BancVue. What I am looking for… The project I am currently working on is using messaging to transfer large amounts of data from […]

Posted in MongoDB, NoSQL | Tagged , | 2 Responses

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 […]

Posted in .NET, C#, Messaging, SOA | Tagged , , , | Leave a comment