Is programming similar to composing music? DevToolsGuy / Mon, Apr 4, 2016 Over the last couple of decades, computer scientists with an interest in both musical composition and programming have managed to marry the two together. Artificial Intelligence can now compose music...
Code faster with less bugs DevToolsGuy / Mon, Mar 14, 2016 Feeling anxious about your code? Does it seem as if your boss is always waiting around on you, breathing down your neck? Are you worried your colleagues are wondering why you’re taking so long? Well don...
Making the most of www.codeproject.com DevToolsGuy / Fri, Feb 19, 2016 By now you should be familiar with the challenge of networking on the web. The world around us has become much more connected and we have almost constant access to the internet with mobile devices and...
High stakes programming by coincidence Erik Dietrich / Fri, Jan 29, 2016 Have you ever found yourself running your code to test out some behavior when you noticed something unrelated and thought, "that's odd?" Maybe you wanted to verify that clicking "run" kicked off the process...
The SOLID principles in real life Erik Dietrich / Tue, Jan 26, 2016 Hopefully you're familiar with the SOLID principles , particularly if you program in object oriented languages. The wisdom contained therein (mostly) isn't limited to object oriented languages, but such...
What does it take to be a Programmer? Robert Kim / Fri, Dec 19, 2014 The tech industry has been flourishing with incredible growth and people are more inclined to pursue an illustrious career within the field. There are many opportunities available for the aspiring tech...
Why Did Women Stop Coding? Robert Kim / Fri, Dec 5, 2014 Nowadays, it’s well known that most of the more accomplished entrepreneurs in technology are men. Bill Gates, Steve Jobs, and Mark Zuckerberg are just a few obvious candidates of our generation that have...
Why Kids Should Learn to Code Robert Kim / Wed, Nov 19, 2014 Learning code can be similar to anything else we would like to enlighten our children with. The same way we teach our kids to read sheet music and play an instrument, they can also be taught how to code...
Elements of a Pivot Grid - XamPivotGridGrouping 3 Brian E. Roach / Thu, Apr 25, 2013 XamPivotGridGrouping 3 – Elements of a Pivot Grid In my last blog, we built out a GroupingFlatDataSource which we can use to supply the data to our XamPivotGridGrouping control. Before we start to look...
Using FlatDataSourceGrouping - XamPivotGridGrouping Series - Post 2 Brian E. Roach / Thu, Apr 18, 2013 XamPivotGridGrouping 2 - Providing the Data As I mentioned in my last post, we are going to make use of the XamPivotGridGrouping control to create a new WPF Football Statistics Analysis application...