需要MVVM / WPF / Silverlight工具包的比较
我正在寻找一篇好文章来比较 MVVM Light、Caliburn Micro、Prism 以及任何其他 Silverlight/WPF/WP7 框架。我看过一些关于它们的好文章,但没有什么真正让它们相互对立。有什么建议吗?
I'm looking for a good article that compares MVVM Light, Caliburn Micro, Prism, and any other Silverlight / WPF / WP7 frameworks out there. I've seen some good articles on them individually, but nothing that really pits them against one another. Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅这篇文章 http://www.japf.fr/2009/ 10/a-quick-tour-of-existing-mvvm-frameworks/
我的建议是,如果应用程序不是太大,最好使用 MVVM Light,然后根据您的要求,Prism(最新版本)、nRoute ,或卡利本。
See this article http://www.japf.fr/2009/10/a-quick-tour-of-existing-mvvm-frameworks/
My recomandation if the app is not too big, better use MVVM Light, and after that deppending of your requirements, Prism(Last Version), nRoute, or Caliburn .