With January almost over, my new project at work is now well under way. The application that I’m working on is essentially a WPF smart client that will be built on top of Composite WPF (aka PRISM) and follow the well-established Model View ViewModel (MVVM) pattern. As it has been almost a year since I last programmed in WPF, I had to brush up quite a bit on my XAML, PRISM, Unity and MVVM. Here is the list of resources which I have found particularly useful to help me catch up with it all.
Note: Jeremy Alles’ quick tour of existing MVVM frameworks and feature comparison matrix is well worth checking out before delving into any of the frameworks above.
Related posts
Comments