Tagged with servicestack

C#, Consuming anonymous types at a later point

Last night I was dealing with anonymous types and some IL code to creating and assigning values to instances of anonymous types. I stumbled upon this question: How do I declare a Field with Anonymous Type (C#) – http://stackoverflow.com/questions/964334/how-do-i-declare-a-field-with-anonymous-type-c It didn’t have anything to do with what I was doing but the thing I was … Continue reading »

Json.Net vs ServiceStack.Text

This is going to be a verry short comparision of the two Json-serialization frameworks: Json.Net – http://json.codeplex.com ServiceStack.Text – https://github.com/mythz/ServiceStack.Text I have always used Json.Net when dealing with serialization of entities back and forth to Json, but then I stumbled upon this: “Fastest JSON Serializer for .NET released” – http://www.servicestack.net/mythz_blog/?p=344 Man was I excited, since … Continue reading »