在哪里可以找到最新(可能是 beta/ctp)版本的 Prism 和/或使用 Visual Studio 2010 的复合 WPF 应用程序的任何快速入门?
我发现的有关复合应用程序的全部内容都是针对 VS 2008。如何开始使用 VS 2010 来构建复合 WPF 应用程序?
您能否推荐一篇有关如何使用 Visual Studio 2010 从头开始创建复合 WPF 应用程序的精彩介绍?
All I've found about composite applications is for VS 2008. How do I start with composite WPF applications with VS 2010?
Can you recommend a good intro for creating a composite WPF application from scratch with Visual Studio 2010?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
链接
预览:
(来源:msdn.com)
Link
Preview:
(source: msdn.com)
包含 Prism(以及 entlib 和 unity 等)最新位的 VS2010 构建可以在 codeplex 上找到:
http://compositewpf.codeplex.com/SourceControl/changeset/changes/42969
RI(参考实现)适用于最新的位,但他们尚未对快速入门进行排序。
当我第一次开始使用 MVVM 和 Prism 时,我发现这个博客系列很有帮助:
http://www.developmentalmadness.com/archive/2009/10/03/mvvm-with-prism-101-ndash-part-1-the- bootstrapper.aspx
玩得开心! :)
The VS2010 build with the latest bits for Prism (and entlib and unity, etc) can be found here on codeplex:
http://compositewpf.codeplex.com/SourceControl/changeset/changes/42969
The RI (reference implementation) works with the latest bits, but they haven't sorted the quickstarts yet.
I found this blog series helpful when I first started out with MVVM and Prism:
http://www.developmentalmadness.com/archive/2009/10/03/mvvm-with-prism-101-ndash-part-1-the-bootstrapper.aspx
Have fun! :)