navigation
 Tuesday, August 26, 2008
With Expression Blend it's quite easy to style your own custom ScrollBar to get the look you want.
 | 
posted on August 26, 2008  #    by Bary Nusz  Comments [0] Trackback
 Monday, August 25, 2008

Steve was in Cambridge 2 weeks ago teaching a TestComplete class and while he was sightseeing with the rest of the class attendees, they insisted to take his picture with this sign :)

Steve_Falafel 

Good job Steve!

posted on August 25, 2008  #    by Lino Tadros  Comments [0] Trackback
 Tuesday, August 12, 2008
Need to capture popups or tooltips in your screen shots? It's easy with the Windows Vista Snipping Tool.
posted on August 12, 2008  #    by Rachel Hagerman  Comments [0] Trackback
In my previous blog about dependency properties, I detailed a helper class that you can add to any non-DependencyObject class to give you access to dependency properties in that class. To start off with, we need to add a couple of new static functions to our helper class to handle adding bindings with converters.
 |  | 
posted on August 12, 2008  #    by Bary Nusz  Comments [0] Trackback
 Wednesday, August 06, 2008
Continuous Integration in a nutshell. A brief overview of the what, why and how of CI.
posted on August 6, 2008  #    by Aaron Rhodes  Comments [0] Trackback
 Tuesday, August 05, 2008
Writing code that builds SQL is a powerful technique, but it can also be risky. Failing to implement these techniques could leave your database open to attack by SQL injection. Read on to learn how to secure dynamic SQL from SQL injection vulnerability.
posted on August 5, 2008  #    by Adam Anderson  Comments [0] Trackback
 Tuesday, July 29, 2008
Windows Presentation Foundation provides a simple way to validate user input on your data-bound controls, and it's completely customizable, too. By writing a custom class deriving from ValidationRule, and adding an error template to our control, we can have consistent UI notification of invalid input according to our specific needs.
 |  | 
posted on July 29, 2008  #    by Rachel Hagerman  Comments [0] Trackback
 Wednesday, July 23, 2008
Lino Tadros, President and CEO of Falafel Software, has been invited to speak at the DevReach conference in Sofia, Bulgaria
 |  |  |  |  |  | 
posted on July 23, 2008  #    by John Waters  Comments [0] Trackback
 Sunday, July 20, 2008
When your WPF project gets large with a well structured class diagram, you may run into a case where you need to add a dependency property to a class that it is not convenient to inherit from a dependency object. In that case you need a little help from a helper class. I recently ran into this little problem and came up with this class.
 |  |  | 
posted on July 20, 2008  #    by Bary Nusz  Comments [0] Trackback