Dot Net What Not Posts

As a (somewhat lapsed but still interested) mathematician, I like to play around with interesting numbers. Well, I guess we all have our little foibles eh?

I decided to have a go at generating pairs of amicable numbers using Linq. This post explains what they are, and how I went about it.

One of the nice things about a modern IDE like Visual Studio is the help you get when coding. XML documentation, which shows up as a pop-up below the line of code you’re writing helps you check you’re using the right method.

Sometimes it tells you a little bit more than that…