Oftentimes dealing with Database logic is like pulling teeth. Other times, it’s like being knocked unconscious by having a fruit bat thrown at your [...]
This is a topic that I find recurring between myself and my non-programmer friends, as well as people providing freedback on some of the Open-Source [...]
The observant may notice that there have been a rather significant drop in my post frequency over the last month or so. This is because I’ve managed [...]
One of the more interesting omissions from .NET so far has been that the System.IO namespace has not been updated to take advantage of new Language and CLR [...]
Sometimes you need to create temporary files. Usually, you can discard those temporary files by opening them in a fashion so they are deleted when they are [...]
Integrated Development Environments. These are the programming tools that most of us have come to almost take for granted. They provide the ability to [...]
Most application frameworks/languages provide access to the Command Line parameters passed to your application. Generally it is passed to your application [...]