Prism 主要用于 Silverlight 吗?

发布于 2024-10-09 11:40:22 字数 129 浏览 2 评论 0原文

我阅读的大部分文章/教程/博客文章都是围绕 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

信愁 2024-10-16 11:40:22

它适用于 Silverlight(Web)WPF(Desktop)Windows Phone 7(Phone)

基本上,它适用于任何使用 XAML、MVVM 组合的平台。

对于您的最后一个问题,,在 WPF 中开发 LOB 应用程序时,这是一个非常好的选择。

但请记住,您需要花几天时间来学习 Prism(以及 UnityMEF)。所以,做好准备吧。

It is for Silverlight(Web), WPF(Desktop) and Windows 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 in WPF.

But remember, you will need to spend a few days just to learn Prism (and Unity or MEF). So, be ready for it.

傲影 2024-10-16 11:40:22

大多数在线资源都是针对 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文