I recently found out about the Linq To Sql Visualizer for Visual Studio. Are there any other useful visualizers out there?
Self promotion: VS Image Visualizer.
It is a visualizer for System.Drawing.Image (and derived types).
I've recently done a lot of work using the Graphics object and found this visualizer a must have.
Mole is incredibly useful for WPF and even for Forms development. Allows deep inspection of Controls.
(also self promotion, but might still be usefull)
If you want an Image Debugger Visualizer for VS2010 (only), you can find one here: http://imagedebugvisualizer.codeplex.com
The dll for debugger visualizers in VS2010 has changed version, so old versions most likely won't work (if they do, I'd be glad to find out)
Cheers
Hi Ronnie, As Linq to Sql visualizer is for MS SQL server you have Linq to Entities visualizer (free) for all other databases available at http://visualstudiogallery.msdn.microsoft.com/en-us/99468ece-689b-481c-868c-19e00e0a4e69. You have how to use links at www.rajavenkatesh.com.
Regards
Venkat