The World of .NET covers practical .NET enterprise application development.
In this segment, we discuss Visual Studio Visualizers, a dialog box or other interface to display appropriate types in a meaningful way.
Default visualizers
Out of the box, Visual Studio provides the following visualizers:- Text- HTML- XML visualizer- Dataset visualizer (Dataset, DataTable and DataView objects.)
3rd party visualizers
Some useful 3rd party visualizers include Mole, Xml Visualizer, and Zeta Color Visualizer
To deploy/install 3rd party visualizers, copy the .DLL(s) to one of the following directories:\Install path\Microsoft Visual Studio 9\Common7\Packages\Debugger\Visualizers\—or—\My Documents\Visual Studio 2008\Visualizers\
Although the ASP.NET worker process (aspnet_wp.exe) defaults to Automatic: T-SQL code, Managed code debug types, you can change or add to the debug types by simply clicking on the [Select] button when attaching to the process. A handy usage would be debugging script.
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.