Extending C# Listview with Collapsible Groups (Part II)
The GroupedList Control Container CodeProject This post is part two of a short series on extending the Winforms Listview control. If you missed the previous post, you can review it HERE. Also, the Source Code for this project can...
Extending C# Listview with Collapsible Groups (Part I)
NOTE: This post is kinda long. However, most of the length is a result of code postings (even after removing some extra stuff). Bear with me! CodeProject I’ve been deep in a project for work for the past two months. Sadly, it is...
At What Cost, Knowledge?
Free Beer? There is a generation out there which has forgotten (or more correctly, never learned) the value of knowledge. In the last decade or so, it is safe to say the internet has replaced television as the ubiquitous...
Things to love about Java: Exception Handling
In my quest to learn and become a better developer, I undertook an excursion into Java-land. Partly this was driven by the fact that Java is the language used for Android app development, and partly because it was time to branch...