A Standard About Page for Windows Phone 7 applications
<p>Update - if your read this, you might want to read this update too when you are done</p> I admit – I fell for it too. I was a bit too lax read...
<p>Update - if your read this, you might want to read this update too when you are done</p> I admit – I fell for it too. I was a bit too lax read...
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...