Menu

Monthly Archives: April 2013

Filling your Jars with Python
So lately I’ve been doing quite a bit of Java related stuff. I’ve learned a lot. Mostly about how much better C# is, to be honest. But this [...]
Language Performance Part XV: VB.NET
In order to compare various languages, I will be implementing a anagram search program in a variety of languages and testing and analyzing the resulting [...]
On IDEs
Integrated Development Environments. These are the programming tools that most of us have come to almost take for granted. They provide the ability to [...]
C# And Java Differences: Runtime
I’ve already covered this topic from the perspective of why C# is better than Java, In my opinion. This time, I’ll go over the differences as [...]
EachCase: a IEnumerable extension method
C#’s linq(language-integrated query) features are some of the more powerful features available through the language. Aside from it’s query [...]