locked
Application Framework Road Map? RRS feed

  • Question

  • So, which is it? Prism or SCSF? or Unity? I have to select one and go with it and after a long review of related matterial I still don't have a clear picture of the Microsoft's road map for the application framework.

    Saturday, April 19, 2008 2:31 AM

Answers

  • At a high level the guidance is to use Prism if you're developing a WPF application, and to use SCSF if you're developing a WinForms application. Both of these are built on top of Unity (or its predecessor, ObjectBuilder) which is a Dependency Injection framework. If you just need DI support, then you can use Unity directly, but if you're building a composite client application then use Prism or SCSF depending on your UI requirements.

     

    Thanks,


    David.

    Wednesday, June 11, 2008 11:27 PM