.NET 2.0 (WinForms) 的组件应用程序块 - 有哪些新版本?
主要针对WPF的CAB有哪些新版本?改变了什么?它是相同的东西,针对 WPF 特性进行了调整吗?它仍然依赖 Unity(以及 SCSF)吗?
我发现 Microsoft 和 MSDN 有时非常令人困惑......:(
What are the new versions of CAB, mainly for WPF? What is changed? Is it the same stuff, adjusted for WPF characteristics? Does it still rely on Unity (and SCSF for the matter)?
I find Microsoft and MSDN to be very confusing sometimes ... :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
CAB 的 WPF 版本是 Prism。
它已经改变了......相当多,尽管据说您可以通过一些工作在 Prism 中启动并运行 CAB 项目。我认为没有关于该主题的任何一份明确的文档,但您可以在此 迁移指南(Winforms CAB 到 Prism)。
SCSF 已完全消失,尽管有替代品正在开发。 Unity 仍在使用,但当然也进行了更新。
The WPF version of CAB is Prism.
It's changed... quite a bit, although supposedly you can get CAB projects up and running in Prism with a bit of work. I don't think there's any one definitive document on the subject, but you can find a lot of information about the differences in this migration guide (Winforms CAB to Prism).
SCSF is completely gone, although there are replacements in development. Unity is still used, but has of course been updated as well.