The majority of the articles/tutorials/blog post I read about Microsoft's Prism Framework center around Silverlight. With the composite model being an interesting model for an existing desktop app that needs a little TLC, I'm wondering is Prism a viable technology for a desktop LOB app?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

It is for Silverlight(Web), WPF(Desktop) and Windows Phone 7(Phone).

Basically, it is for any platform that uses XAML, MVVM combo.

And for your last question, YES, it's a very good option to go with when developing a LOB application in WPF.

But remember, you will need to spend a few days just to learn Prism (and Unity or MEF). So, be ready for it.

link|improve this answer
Like I mentioned in my question, the majority of the stuff I'm finding is for silverlight. As a follow up question, How close do the silverlight side of things follow the the desktop the desktop side? – Scott Dec 29 '10 at 18:58
1  
Pretty close. In fact, WPF being more featurep-rich in most areas, Prism for WPF offers a few more features than other versions. – decyclone Dec 29 '10 at 19:02
Just to add to my previous comment, Solutions of Prism for WPF and Silverlight share a lot many common projects/code. – decyclone Dec 29 '10 at 19:12
feedback

most of the online resources are for Silverlight because it wasn't until fairly recently that WPF support was officially released. Prism 4.0 at http://compositewpf.codeplex.com/ includes WPF resources including some on sharing code between WPF & SL

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.