navigation
 Wednesday, August 27, 2008
I just learned some very interesting things about WPF, Splash screens and Visual Studio 2008 SP1...
posted on August 27, 2008  #    by John Waters  Comments [0] Trackback
See some business rules can be enforced using only declarative referential integrity.
posted on August 27, 2008  #    by Adam Anderson  Comments [0] Trackback
 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