MS SCSF-CAB框架是否过时了,现在有更好的框架吗?
似乎没有更多关于 MS SCSF-CAB 的讨论,这个框架是否已经过时了?有更好的框架吗?
Seems no more discussion about MS SCSF-CAB, is this framework outdated? is there a better framework?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
MSFT 现在正在推广 WPF,SCSF 的对应版本是 PRISM
http://www.codeplex.com/CompositeWPF
MSFT is promoting WPF now, the SCSF counterpart of that is PRISM
http://www.codeplex.com/CompositeWPF
在我的项目中,我发现 SCSF 对于 Winform 编程来说并没有过时。PRISM 只是 SCSF 在 WPF 中使用 WPF 的某些功能的另一个特定实现。也许 SCSF 对于软件开发初学者来说很难,它用于一些复杂的项目。我发现 Petrel 的架构是更像是 SCSF。(Petrel 是 Schlumberger 开发的平台软件),
并且有一个 适用于 vs2012 和 vs2013 的 SCSF2010 插件
In My project I found the SCSF is not outdate for Winform Programming.PRISM is just a SCSF's another specifical implement in WPF using some features of WPF.Maybe SCSF is hard for SoftwareDeveloper beginner, it's used in some complex projects.I found Petrel's architecture is more like SCSF.(Petrel is platform software developed by Schlumberger)
and there is a SCSF2010 addin for vs2012 and vs2013