ServiceStack.
I have a JSON string that looks like: "{\"Id\":\"fb1d17c7298c448cb7b91ab7041e9ff6\",\"Name\":\"John\",\"…
c# servicestack anonymous-types json-deserialization servicestack-textAll of my EF classes have a Projection() method that helps me choose what I want to project from the …
c# csv servicestack servicestack-textI have a POCO like this: public class BlogEntry { public string Title { get; set; } public DateTime Date { get; set; } } Most …
c# servicestack servicestack-text