foreach loops on arrays

Just a quick note here on foreach loops. Not sure if you knew this but foreach loops can be used to iterate over multidimensional arrays. Imagine you have: you can iterate over the whole 3D array here in a single foreach: The resulting output is: 012345012345. This will only work for multidimensional arrays. For jagged […]

.

Read more

Microsoft’s 101 LINQ samples

I wanted to let you all in on a little secret.  When I am feeling the urge to write a linq post and can’t find something write about I go to Microsoft’s 101 LINQ samples.  For the most part they’re simple examples of a lot of the features that LINQ has to offer.  The list is […]

.

Read more
FormatException

928 East Plymouth Drive Asbury Park, NJ 07712