Menu

Programming

History of Development: Visual Basic 2.0
With the runaway success of Visual Basic 1.0, it made sense for future versions to be released improving incrementally on the existing version. Such was [...]
History of Development: Visual Basic 1.0
In what will hopefully be a recurring series on older Development Tools, Languages, and Platforms, I will be covering some information on my old flame, [...]
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 [...]
BASeCamp SurvivalChests Bukkit Plugin
BASeCamp Survivalchests is a plugin that originally started as a simple method to randomize the contents of chests on a Minecraft server map. It soon [...]
Windows 8 & Application Development: Thoughts
A lot can be said about Windows 8. Personally I like it, it’s 2013 and Windows 7 was still using practically the same Window management paradigm; [...]
The Lost art of Command Line Parameters
Most application frameworks/languages provide access to the Command Line parameters passed to your application. Generally it is passed to your application [...]