News

We need an easy way to test different iterations. Luckily for us, PowerShell has an easy-to-use cmdlet called Measure-Command. To use Measure-Command, we can just enclose our code snippet inside of a ...
A "gotcha" that I want to cover is that the region keyword is case-sensitive in that you can only use a lowercase region and end region to properly group your code. Not using the lowercase words will ...