Writing code is good exercise. RSS Feed

Releasing Image Handles in WPF
30 Apr 2009, 02:20:00 PM
On a recent WPF project, I needed to display images stored on the local hard drive that at some point during program execution would need to be deleted from the hard drive. The trick was, I needed to still display the images after they were dele ...
Read post

Binding Animation KeyFrame Values in WPF
23 Apr 2009, 12:58:00 PM
Recently, I encountered a requirement for my WPF application (actually a Surface application) where I needed to navigate between two controls. One control, we'll call it Control1, can be dragged around the screen by the user. The other control, we ...
Read post

Suddenly my user controls don’t load in Expression Blend
25 Feb 2009, 05:12:21 PM
One aspect of software development that we at Vertigo strive for is making the workflow between engineers and designers as efficient as possible. For a Silverlight or WPF project, this means engineers should write their UIs to editable in Expression ...
Read post

SharePoint and IE error: “Error in Loading DLL”
07 Oct 2008, 02:47:00 PM
Just recently, I began getting a JavaScript error whenever I browse our company's SharePoint 2003 and 2007-driven sites. This is the error I was receiving: No one else in the company seemed to be having the same problem, so I doubt it was cau ...
Read post