[Cool Tool] Dataset Quick Watch "visualizer" Add-in for VS.Net 2003

Finally! someone came up with a way to view the contents of a Dataset object while debugging:
The Dataset QuickWatch project allows you to view the contents of a dataset just like the “visualizers” in Whidbey (well, almost. you select the expression, right click it and hit the “Dataset Quick Watch” menu. Same difference)
Sample Image - Article.gif
 
Thank you!
(via Ohad)
Published Saturday, May 29, 2004 8:21 PM by RoyOsherove

Comments

Saturday, May 29, 2004 11:15 AM by TrackBack

# DataSet Visualizer for Visual Studio 2003

Debugging DataSets in Visual Studio just got easier. Whiel something like this will most likely be available out of the box with Visual Studio 2005, current users of Visual Studio 2003 have no easy way of figuring out what exactly...
Sunday, May 30, 2004 1:00 AM by TrackBack

# VS.NET 2003 DataSet visualizer a la Whidbey!

Sunday, May 30, 2004 3:19 AM by TrackBack

# VS.NET 2003 DataSet visualizer a la Whidbey!

Sunday, May 30, 2004 3:44 AM by Avner Kashtan

# re: [Cool Tool] Dataset Quick Watch "visualizer" Add-in for VS.Net 2003

It's one of the things I'm really looking forward to in Whidbey - not only the Dataset visualizer, but a whole extensibility schema for Debugging Visualizers for your custom data-types or whatever.
Could be nice, to take your app's GUI and use it as a debugging visualizer for your custom data-set, with binding in-place and all. :)