Uncategorized

Workaround – SlowCheetah Bug #124 (Multiple XML transformed in Setup Project)

We had the issue described here at work last week with SlowCheetah and multiple transformed XML files to be deployed via a Setup Project.  After digging through the SlowCheetah and Microsoft MSBuild scripts I still haven’t found the SlowCheetah fix yet but will keep trying. In the meantime, I did find a workaround. Workaround Steps …

Workaround – SlowCheetah Bug #124 (Multiple XML transformed in Setup Project) Read More »

Don’t use HostingEnvironment.ApplicationHost.GetSiteName()

We have developed a diagnostics framework we use to get some quick diagnostic information about our applications like whether a database or web service can be made.  It’s a server/app configuration smoke test of sorts.  Over time we’ve added further capabilities to it like checking registry entries exist, file/folder permissions and web/machine.config values.  Our latest …

Don’t use HostingEnvironment.ApplicationHost.GetSiteName() Read More »

WP7 Facebook Logout Issues

Social media integration is a big part of any mobile app these days.  So I was adding Facebook and Twitter sharing to a WP7 app I’m working on.  This was my first experience using OAuth, so it didn’t go exactly smoothly but that’s for another post.  After some work I had Facebook/Twitter authentication and posting …

WP7 Facebook Logout Issues Read More »

MVVM Light

I’ve been using the MVVM Light framework for my Windows Phone App and have really liked the experience.  This is my first Silverlight 3/4 app and like the decoupled nature of the MVVM pattern.  MVVM Light makes it really easy.  I have avoided any code  in the code-behind so far and hope to continue to …

MVVM Light Read More »