LINQPad is striking, the Dump() extension method, which maps objects and structures of almost any type, anonymous or not, to the console, is especially useful.
Initially, when I switched to Visual Studio 2010, I tried to create my own Dump method, using a delegate, to get the rendering values ββfor anonymous types, etc. It gets quite complicated, albeit while it was fun, and first I need a reliable implementation. By choosing the LINQPad code in the reflector, Iβm even more confident that I will not return its implementation.
Is there a free library that I can enable to provide Dump functionality?
c # linqpad
gav Apr 23 '10 at 14:47 2010-04-23 14:47
source share