A Demo Project covering the content of this post can be downloaded Here. Sometimes, a standard Windows.Forms.ListView just doesn’t cut it. Sometimes [...]
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 [...]
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 [...]
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 [...]
Object Oriented programming has, like any paradigm, found itself refined as time moved forward. The core principle is rather straightforward- you have an [...]
Previously, I wrote about String Interpolation and Expression-bodied members, new features to C# 6.0. Today I will be looking at the Null-Conditional [...]