Prism 主要用于 Silverlight 吗?
我阅读的大部分文章/教程/博客文章都是围绕 Silverlight 的 Microsoft Prism 框架。对于需要一点 TLC 的现有桌面应用程序来说,复合模型是一个有趣的模型,我想知道 Prism 是否是桌面 LOB 应用程序的可行技术?
The majority of the articles/tutorials/blog post I read about Microsoft's Prism Framework center around Silverlight. With the composite model being an interesting model for an existing desktop app that needs a little TLC, I'm wondering is Prism a viable technology for a desktop LOB app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它适用于
Silverlight(Web)
、WPF(Desktop)
和Windows Phone 7(Phone)
。基本上,它适用于任何使用 XAML、MVVM 组合的平台。
对于您的最后一个问题,是,在
WPF
中开发LOB
应用程序时,这是一个非常好的选择。但请记住,您需要花几天时间来学习
Prism
(以及Unity
或MEF
)。所以,做好准备吧。It is for
Silverlight(Web)
,WPF(Desktop)
andWindows Phone 7(Phone)
.Basically, it is for any platform that uses
XAML
,MVVM
combo.And for your last question, YES, it's a very good option to go with when developing a
LOB
application inWPF
.But remember, you will need to spend a few days just to learn
Prism
(andUnity
orMEF
). So, be ready for it.大多数在线资源都是针对 Silverlight 的,因为直到最近才正式发布了 WPF 支持。 http://compositewpf.codeplex.com/ 上的 Prism 4.0 包含 WPF 资源,其中包括一些有关在 WPF 和 WPF 之间共享代码的资源; SL
most of the online resources are for Silverlight because it wasn't until fairly recently that WPF support was officially released. Prism 4.0 at http://compositewpf.codeplex.com/ includes WPF resources including some on sharing code between WPF & SL