Hacker News new | ask | show | jobs
by egeozcan 4419 days ago

    Action<object> print = Console.WriteLine;
I mean, it's not perfect but you can also create a .Dump() extension method for all objects like Linqpad does. It comes really handy.