[WPF] Another sample of WPF application using the pattern MVVM
To help new developers, here is a sample WPF application (that use the Northwind database) developed by using the pattern MVVM (Model View ViewModel).
The goal of this little application is just to give another example that will help to understand this new pattern that is really powerful !
I will try to make some blog posts about this pattern quickly. In the meantime, just enjoy this :)
The application can be downloaded here: http://morpheus.developpez.com/wpf/tools/DemoMVVM.zip
Bye.