Which MVVM frameworks help develop an application easier and faster? [closed]
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?
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.
I suggest you WAF it is an opensource framework for generating MVVM.
It is really easy to use
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.
精彩评论