Search code examples
silverlightenterprise-library

Looking for source codes of silverlight application that uses PRISM framework


I'm new in silverlight and prism framework and I want to explore some working silverlight applications that are based on prism.


Solution

  • As well as the included samples, there's an interesting set of articles here, complete with source code.

    There's also some source at Elegant Code which I found useful, as well as a whole list of examples and tutorials at Patterns and Practices Guidance.

    Also be aware that there are many alternatives to Prisim, and you could always write your own simple MVVM architecture if you were interested in learning more about it. For more information, Jeremy Likeness has a great article over at code project about the architecture, entitled MVVM Explained. I found this to be hugely helpful when developing my first Silverlight MVVM application.