I just finished translating a set of PHP web services into C# for a national car insurer and came across two things worth mentioning, if only for my future reference. Each service needed an XML and a JSON version. I knew I didn't want to write code to hand-roll duplicate sets of responses, but I also [...]