>

Format a String as Currency in C#

Handy when working with ASP.NET and C#.

How to limit the looping of a foreach loop

I had this very question, was about to write a traditional for loop to achieve it but then a quick search on stackoverflow turned up a super simple code solution shown below:

Resource: stackoverflow

>

SQL SERVER – Reset sa Password

I’m working from home today and I normally don’t do much database work from home but unsurprisingly I had picked a password for the sa account I couldn’t remember! This handy post tells you what to do to change it.