棱镜(银光)
要么我遗漏了一些东西,要么(WPF 和 Silverlight 的模式和实践复合应用程序指南)没有不附带任何模板或“指导包”来生成代码。 有人可以确认我是否没有正确安装它或者它与 SCSF 完全不同并且其中没有任何代码生成吗?
either I'm missing something or the (patterns & practices Composite Application Guidance for WPF and Silverlight) doesn't come with any templates or "guidance packages" to generate code. could someone confirm if I didn't install it properly or it is totally different from SCSF and doesn't have any codegen in it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
复合应用程序指南(又名 Prism)没有模板或“指南包”。
There is no template, or "guidance package" with Composite Application Guidance, aka Prism.
您可以在此处找到参考实现、可重用库代码(称为复合应用程序库)、文档、快速入门教程和动手实验:
WPF 和 Silverlight 复合应用程序指南 - 2009 年 2 月
You can find the reference implementation, reusable library code (named the Composite Application Library), documentation, QuickStart tutorials, and hands-on labs here:
Composite Application Guidance for WPF and Silverlight - February 2009
您可能会发现 Prism 很有用快速入门套件由 David Hill 创建。 在那里您将找到不同的 Visual Studio 模板(WPF 和 Silverlight 的 Shell 和模块模板)。
请告诉我这是否有帮助,
Ezequiel Jadib
You might find useful the Prism Quick Start Kit created by David Hill. There you will find different visual studio templates (Shell and Module templates for WPF and Silverlight).
Please let me know if this helps,
Ezequiel Jadib
当您安装 Prism 时,将会有一个包含示例和教程的文件夹,因此它们可以为您提供更好的想法。
When you install Prism, there will be a folder containing the samples and tutorials, so they can give you a better idea.