I need to use Prism. (I need composite UIs). But from a demo of MVVM Light it looks cool.
Can the two work together? Or is that a bad idea?
Can anyone show me an example of how to make them work together?
I want prism for Composite UI and MVVM Light for the MVVM side of things.
We are using PRISM in our project. Though PRISM can work with a complimentary frameworks like MVVM light and some of them are arguably “better” to what PRISM components, as a whole solution PRISM works very well. Also I believe it is simpler to use one technology in a project if there is no compelling reason to do otherwise.
One advantage of using PRISM is the tutorials and help to learn the technology is very good. Any new comer to the team should find it relatively easier to grasp the concepts.
Have a look at similar question MVVM Light + Unity or Prism?