Tombstoning MVVMLight ViewModels with SilverlightSerializer on Windows Phone 7
I’ve been down this road before but I thought it wise to revisit this subject, since I see a lot of people in the Windows Phone 7 developer community still s...
I’ve been down this road before but I thought it wise to revisit this subject, since I see a lot of people in the Windows Phone 7 developer community still s...
Almost everyone who has programmed something in C# has created an enum at one point or another: public enum Whatever { Zero, One, Two, Three } You ca...
And now for something completely different – a review of someone else’s examples. I have been reading “WiX- A Developer's Guide to Windows Installer XML“ by ...
Typically, when you are writing Silverlight or Windows Phone 7 applications using the MVVM pattern, your viewmodels expose boolean values indicating somethin...
Recently I had my first encounter with actually writing setups myself using WIX. This is a powerful albeit a bit complex technology that allows you to build ...