MVVM: Binding a Linq Query result to a DataGrids’ ItemSource doesn’t update the UI

While creating Desktop Applications using WPF, I always employ the MVVM model if I can. This model is not only great at developing testable n-tier applications, but of course is also highly recommended by Microsoft. However, as with most software development, there are nearly always specific methods to employ for certain processes and functions. One [...]

By |2017-07-24T08:33:19+01:00September 21st, 2012|Data, MVVM, VB.net, Visual Studio|0 Comments