RightHand.DataSet.Visualizer is an MDI application that lets you inspect DataSet structure and its data plus tons of other useful operations on DataSet. Why would I need a DataSet visualizer?How often does a programmer wonder what data a dataset holds? It is certainly not easy to see the data in regular debugger windows. It is even harder to check the structure of DataSet or find which row has an error or which row has been changed. Or even which column of a row has been changed. If you ever worked with either normal or strong typed datasets you should see what I mean. Go to this web page for more info. Note: There is no installation support directly from Visual Studio because VSIX simply doesn't support it for visualizers. You'll have to copy the binaries to appropriate folder (there are instructions on the page). |