List of Visualizers for Visual Studio. 16 Mar 2010
Posted by Ramaswamy Palaniappan in C#, Components & Library, Tools, Visual Stdio, WCF, WPF.1 comment so far
Visual Studio 2005 includes a new debugging feature called visualizers, which can be used to create a human-readable view of data for use during the debugging process. Visual Studio 2005 includes a number of debugger visualizers by default, most notably the DataSet visualizer, which provides a tabular interface to view and edit the data inside a DataSet. While the default visualizers are very valuable, perhaps the best part of this new interface is that it is completely extensible. With just a little bit of work you can write your own visualizers to make debugging that much easier.
- WCF Visualizers Tool
- Cache Visualizer
- LINQ to SQL Debug Visualizer
- Visualizer for WPF
- Regular Expression Visualizers
- Hex String Visualizer
- XML Visualizer for Visual Studio 2005
- Dataset Visualizer
- RightHand.Dataset.Visualizer for VS2005
- RightHand.Dataset.Visualizer v0.9.12 for VS2008
- Visualizers For Web Debugging
In this page, you can find good list of visualizers.
How to create your own Visualizer?
Yahoo UI Library. 30 Apr 2008
Posted by Ramaswamy Palaniappan in Components & Library.add a comment
If you are a web developer then this Yahoo library might help you.