navigation
 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
 Thursday, July 17, 2008
For those of use whose first language is something other than XAML, the default control template styles generated in Expression Blend are pretty intimidating. There has got to be a simpler place to start. Well, there is! It's a handy little download you can get straight from your Visual Studio help called ControlTemplateExamples.
posted on July 17, 2008  #    by Rachel Hagerman  Comments [0] Trackback
.NET 3.5 includes new abilities to easily leverage web services and Windows Communication Foundation (WCF) services from AJAX enabled web applications.
posted on July 17, 2008  #    by Noel Rice  Comments [0] Trackback
 Wednesday, July 16, 2008
By the time I found the handy JavaScriptSerializer class, it had been introduced, deprecated and brought back from the hellish purgatory where Microsoft keeps objects that have outlived their usefulness.
 |  | 
posted on July 16, 2008  #    by Noel Rice  Comments [0] Trackback
 Saturday, July 12, 2008
So, let's say you've got a UserControl in a project that you would like to reference using interfaces without a direct reference to the UserControl's project. Now say you want to bind to a DependencyProperty in the UserControl. An interface to the UserControl doesn't help with the DependencyProperty. When I tackled this issue, I was unable to find any example of it anywhere on the Internet.
 |  | 
posted on July 12, 2008  #    by Bary Nusz  Comments [0] Trackback
 Friday, July 11, 2008
Most of my development is web apps, so when I was working on a windows app for a customer today, I noticed that there was an extra file or two being generated with the name of the app followed by ".vshost.exe".
posted on July 11, 2008  #    by Rick Miller  Comments [0] Trackback
Is your desktop full of Icons and Shortcuts? Then read on for some neat little apps to help get your ducks in a row.
posted on July 11, 2008  #    by Shane Laurent  Comments [0] Trackback