Getting Started with Git for the Windows Developer (Part I)
I am a late-comer to version control in general, and, having grown up teaching myself programming in the Windows/Visual Studio/C# realm, It took the growing prominence of Github to draw my attention to what is currently the most...
Visual Studio: Use Conditional Compilation to Control Runtime Settings for Different Deployment Scenarios
Compile for Distinctly Different Environment Configurations CodeProject NOTE: Source code for the example project in this article can be found at my Github repo. I already understand most of this. Take me straight to the code! I...
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...