Sunday, March 30, 2014

Usage of Array Visualizer

This is a extension tool for Visual Studio and a handy tool for visualizing the arrays how it is structured while debugging. http://visualstudiogallery.msdn.microsoft.com/eedc48e7-5169-40d3-b602-ad451990a420 

We can install it and see the menu under Debug> Windows> Array Visualizer

I have tried for very small sized multi-dimensional and jagged array.
See following screen shots.

For multidimensional array :  






For jagged array :




We can see what are the elements inside each array as well.















                                                                                                                  

Tuesday, March 4, 2014

LINQPad

LINQPad lets you interactively query databases with LINQ and can be used as a C# scratchpad.