amithegde wrote:
2) something similar to linqpad. here is the scenario, i have a maze of methods, which do lot of data aggregation work and I often need to debug through large data sets. I need to be able to see whether certain set of rows are available on the collection or not. so adding a small text box to write linq query against the collection and binding the result to the grid helps in debugging large queries.Wouldn't a filtering UI, such as in Excel, be more convenient?