Instant language update in a Windows Phone 7 application using MVVM
With more and more Marketplaces being added to the Windows Phone ecosystem, globalization of your app becomes all the more more important. I am happy to see ...
With more and more Marketplaces being added to the Windows Phone ecosystem, globalization of your app becomes all the more more important. I am happy to see ...
So here I am, back in the Netherlands, after the MVP Summit 2012, still quite dazed from what hit me. It was my very first summit, and I was not quite sure w...
Since I am a very lazy programmer and I not always want to register or define services and whatnot for showing a simple message I created this extremely simp...
In part 1 of this series I described the basics of creating classes from a JSON string and then simply deserializing the string into a (list of) classes. Tha...
A small quicky this time: Problem: TextBox, Text property bound to a string in my ViewModel I type text in the TextBox I click a “Save” button on my Appli...