C# LINQ Performance vs. Iteration

It’s been a while since I have written something related to programming. Time to remedy that.

Just recently my interest for the C# language rose again and to get back up to speed with the fundamentals I swallowed all videos of an absolute beginners guide on Microsoft Virtual Academy. Something that has been touched briefly was LINQ and my initial thought was: how’s the performance of that compared to how I would usually write it in C++ – where my expertise is?

Mind you, I’m not comparing C# vs C++, but merely LINQ vs. old-school iteration. Let’s go and find out.
Read More »

The Most Powerful First Song of an Album (Pt. 2)

In the first „The Most Powerful First Song of an Album“ I stopped after five tracks, just because I had already written a lot of words. But it also made sense from the perspective of how many items I actually have on my list. If it all works out (read: this post will be quite long as well) then there will be another post with the last five tracks.

So, let’s continue with the next five songs, shall we?Read More »