Nieuws

When you implement the Model-View-ViewModel pattern you need to tell your View (in this case, a Windows Form) when the ViewModel has new data. Here's how to do that, along with a warning about how to ...
Want to create a Windows application that lets your user edit and view structured data locally without connecting to a remote database? XML is the answer.