Programming


Oops


Posted By on Jul 2, 2012

Time flies when you’re having fun or when you’re just super busy. I’m apparently still adjusting to the new work schedule and getting up to workout in the mornings has really put a damper on what I can get done in the evenings. Here’s a quick list of things I’ve been working on and will make an effort to post later: Drawing 3D objects in WPF Automated UI testing using TestComplete (and why I didn’t...

Read More

Today I remembered a little programming gem that has really helped speed up debugging my software as well as made binding just that much more enjoyable in WPF. It’s the ability to override ToString on your class. I know, it’s really simple and you already know how to do that, but do you remember the benefits? Let me start with an example (I apologize in advance for this being in VB): [vbnet] Public Overrides Function...

Read More