Menu

Monthly Archives: September 2012

Programming Language Performance, Part IV: Java and VB6
In order to compare various languages, I have been implementing a anagram search program in a variety of languages and testing and analyzing the resulting [...]
Programming Language Performance Part III: C#
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 [...]
Programming Language Performance Part II: Python
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 [...]
Programming Language Performance Part I: Overview
Much like my previous posts on the subject of programming language polarization, this one comes as a response to what I feel are flawed perspectives on [...]
Reduce redundancy with LINQ
LINQ, or Language Integrated Query, is one of the most powerful constructs available in C#. For the most part, it doesn’t actually do anything you [...]