views:

347

answers:

6

I recently found out about the Linq To Sql Visualizer for Visual Studio. Are there any other useful visualizers out there?

+1  A: 

Self promotion: VS Image Visualizer.

It is a visualizer for System.Drawing.Image (and derived types).

Victor Hurdugaci
+3  A: 

I've recently done a lot of work using the Graphics object and found this visualizer a must have.

Graphics Visualizer

Jason Maxwell
+1  A: 

Mole is incredibly useful for WPF and even for Forms development. Allows deep inspection of Controls.

Kris Erickson
+2  A: 

There are several available from the Visual Studio Gallery.

adrianbanks
A: 

(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

Xavier Decoster
A: 

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

Venkat