Hiding TreeNodes in C#

In a recent project, I was building out a TreeView control that could be searched and filtered. One of the primary problems was that there was no proper way to hide a TreeNode temporarily. The solution was fairly simple, though, and performed very well. 1. I started by created a new class that extended the base TreeView…

Napster Bad!

I tried Napster long ago and decided to give it another shot based on a review on another site. Overview: 6 bad marks, 2 good marks BAD: Inconvenience I was looking for a specific album, so I wanted to see if they had it BEFORE I signed up, but they don’t have an easy way…

Version Control – SVN vs. VSS vs. Git

Someone asked a question about version control software on Experts Exchange recently, and my answer turned into potential blog material: Version Control Concepts I’ve used Subversion (SVN), Visual SourceSafe (VSS), and Git. The concepts are all the same, though. Version control basically means that all of your application files are “checked in” to a big…