This is the first post in a short series. This post covers the determination of what executable is currently in the foreground. What with all the hubbub [...]
On a recent Forum post, I was intrigued by the idea of being able to control the Windows Master Volume Programmatically. In that particular case, the [...]
Recently, I overheard a very curious statement. This statement was made in regards to Visual Studio versions, and it was a discussion that many developers [...]
It should not come as any sort of surprise that verifying that software works properly relies quite heavily on testing. While in an academic environment, [...]
Comparing Objects C# has a number of useful comparison interfaces that we can use and implement, so this would seem to be a redundant post, wouldn’t [...]
Unit Testing. Books have been written about it. Many, many books. About Unit testing; about Testing methodologies, about Unit Testing approaches, about [...]
One of the tricky parts of software development is when you get those defects/bugs that you simply cannot reproduce. These can be because they require [...]
I’ve got a problem. Computer/Programming books. I have a shelf full of them. When I was a teenager my computer time was limited, so I would often [...]
For some time I have been working on and off on an attempt to create a useful, powerful, and easy to use library to help with serializing and deserializing [...]