I love the might of the .Dump()
extension method in LinqPAD and would like to use it to visualize a list of Dictionary<string,string>
as a data grid, where the keys are column names and values are single values respectively.
Basically what I want to achieve is:
instead of (currently getting)
You could create a DataTable which should display in both modes correctly.
With an extension method like
you can then do something like