Behavior to show a MessageBox from a ViewModel
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...
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...
Preface The checkbox has been been around in the Graphical User Interface for as long as I can remember doing GUI – since the early 90’s I guess. You know wh...
I’ve been contemplating an article about handling JSON for some time now, but it turned out to be a rather long article. So I’d thought to try something new,...