Hi there!

Hi there!
My name is Michael Ivanov and i'm a Senior SDE/Software architect.
My CV - here. You can find articles and other blog posts on the main page. I also develop some free and commercial software - complete list is here.

Friday, December 23, 2011

WCF and OData serialization

Even though Microsoft is one of the pioneers of OData protocol, in it's implementation for WCF (Data Services) they just "forgot" (you! bastards!) to implement json $format for it. I figured this couple hours ago while looking througn various options in protocol buffers for my future wcf-based odata service. Googling some time i found implementation for json format serialization http://professionalaspnet.com/archive/2010/06/17/The-query-parameter-_27002400_format_2700_-begins-with-a-system_2D00_reserved-_270024002700_-character-but-is-not-recognized.aspx great thanks to the author. Its pretty simple and readable, i'm going to try extend it to the protobuf engine.