Cool VB.NET Features – Extensions March 10, 2015 Extensions are a great way to call often used methods to tweak a value while shortening code length and improving readability. [more...]
Free Software – The Good, The Bad, and The Ugly March 5, 2015 There are many different types of free software available--some good and some bad. I'll share some of my experiences in this multi-part series. [more...]
Cool VB.NET Features – Nullable Types March 5, 2015 All of the built-in types are nullable--not just String! [more...]