I have recently been looking into LINQ and wanted to know more about it and was searching for a simple method of visualizing my queries to get a bit more detail on what is going on during the query.
Does anyone know of any tools that are openly available to accomplish something like this?
Thanks,
Josh
You might want to take at this article on Visual LINQ at Jon Skeet’s blog. Visual LINQ is a tool that will allow you to visually watch your LINQ query in action.
You can directly download the files for it here.
Hope this helps.
Edit: Scott Gu’s blog also has an article on the LINQ to SQL Debug Visualizer, which might help you out.