navigation
 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
 Thursday, July 10, 2008
Complete listing of a handy little function you can use to cleanse infinity from float data
posted on July 10, 2008  #    by Adam Anderson  Comments [0] Trackback
I was recently working on a WPF form that allowed users to edit data stored in an XML file. In the process, I learned a lot about simplifying my databinding code.
 |  | 
posted on July 10, 2008  #    by Rachel Hagerman  Comments [0] Trackback
 Tuesday, July 08, 2008
Learn how to develop for MSSQL using built-in stored procedures (and a few custom ones) as a complete replacement for Visual Studio's Server Explorer.
posted on July 8, 2008  #    by Adam Anderson  Comments [0] Trackback
With projects, as with most other things in life, only one thing is certain, and that is change. This blog talks about how to cope with change using tools like Falafel Software's ActiveFocus.
posted on July 8, 2008  #    by John Waters  Comments [0] Trackback