Settings and activity
2 results found
-
64 votes
An error occurred while saving the comment -
1,132 votes
An error occurred while saving the comment Tom commentedHeh, I spend more time writing code in linqpad and then moving it to VS. I'd prefer more VS features integrated into Linqpad :)
Add a reference to Json.net, and write an extension method .ToJson() that will call JsonConvert.DeserializeObject<T>. Then you can take any set of results and simply call .ToJson on them.