What is Prism for WPF?
Prism is the Microsoft Patterns and Practices Team official guidance for building “composite applications” in WPF and Silverlight. It’s intended to provide guidance on the best practices for building large scale applications which are flexible in terms of development and maintainability. This includes guidance on dependency injection (via Unity or MEF), layout (including using MVVM), … Read more