WPF Composition/Agregation

一世执手 提交于 2020-01-03 04:35:48

问题


I'm looking for documentation regarding WPF best practice for Compositing and agregating the user interface in a large project.

I'm comming from a visual Inheriance world using Delphi and Winform. And I'm now try to replicate that kind of pattern well in fact reusability of those UI elements.

I'm open to suggestion and reading.


回答1:


The Composite Application Guidance (sometimes called "Prism") is appropriate, especially if the application has a lot of moving parts developed by different teams.

We've been using this for a while and while the patterns aren't very similar to what you've experienced with Delphi, they are very good and the documentation is excellent. The functionality you get is pretty amazing.

More info here: Composite Application Guidance on Codeplex



来源:https://stackoverflow.com/questions/1138062/wpf-composition-agregation

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!