您知道使用 PRISM 有什么主要问题吗
我正在考虑将 PRISM 实施到我的下一个 silverlight 和 PRISM 中。 WPF 应用程序。
我已经阅读了很多相关内容,并且已经在项目中实现了几个子模式,但我想向社区咨询一下其他开发人员在使用 PRISM 模式时是否遇到过任何主要问题,我应该牢记在心未来的项目。
I am looking at implementing PRISM into my next silverlight & WPF application.
I have read quite a bit about it and have implemented several sub patterns already in projects BUT I wanted to check with the community if there are any major gotcha's that other developers have come across when using the PRISM pattern that I should keep in mind for my future projects.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对话框 - 我发现很难将真正解耦的对话框放入我的基于 MVVM/Prism 的应用程序中。
Dialogs - I found it difficult to fit truly decoupled dialogs into my MVVM/Prism based application.