Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请告诉我在 WPF+MVVM 应用程序中使用 Prism 有什么好处?
我建议您阅读他们的文档(您似乎还没有),或MSDN 杂志上的这篇文章。基本上,Prism 鼓励并支持代码中的极端模块化:它允许您从程序集中动态加载功能,帮助构建每个加载的组件都可以贡献的复合用户界面,并且通常为所有内容增加一层巨大的复杂灵活性。
个人观点:对于中小型应用,我认为不会增加太多;复杂性不值得。对于部署在多种配置中的大型模块化应用程序,它是处理该问题的理想选择。