I know there are some MVVM frameworks, such as MVVM Toolkit, MVVM Light, and Prism.
I was wondering with which one of those MVVM frameworks is it easier and faster to develop an application?
I know there are some MVVM frameworks, such as MVVM Toolkit, MVVM Light, and Prism.
I was wondering with which one of those MVVM frameworks is it easier and faster to develop an application?
I suggest you WAF it is an opensource framework for generating MVVM.
It is really easy to use
It depends, but i prefer the mvvm-light. Its very lightweight and easy to use. You should watch the creator's two videos from mix: video1 video2.
Easier and faster is relative. From my experience though you can't go wrong with Caliburn Micro or Mvvm Light. Caliburn Micro's screens and conductors, among others, are a very nice feature.