
SWOLLAERTBLOG.WORDPRESS.COM
swollaertblogPart 1: Improve ASP.net WebApi performance with protocol buffer. October 29, 2015. In a constantly moving market performance is a factor to success. I will focus this article on performance of ASP.net WebApi. Especially the format ‘Protocol Buffer’. When comparing xml, json and protocol buffer I was amazed. So I hope that this article will amaze you! To add Protocol Buffer as a format for your ASP.net WebApi project follow these steps. ProtoBufFormatter.Model.Add(typeof(Customer), false);. Response body ...
http://swollaertblog.wordpress.com/