views:

191

answers:

1

Hi, 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.

+3  A: 

Dialogs - I found it difficult to fit truly decoupled dialogs into my MVVM/Prism based application.

Sean
I agree, it definately takes a different mindset to get dialogs working... especially messageboxes, which I would typically put in my ViewModel... which seemed out of place?
Mark Pearl
Since there really hasnt been much activity with this question.. I am going to give this one to you Sean...
Mark Pearl