1) Copy paste would work, but I did not find it so convenient
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.
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.