Microsoft Patterns & Practices released a 3rd drop of Prism v2.0 on October 13th, 2008.
According to the CodePlex Website, the major changes in the 3rd drop of Prism are:
- Added the Remote version of the Modularity QuickStart
- Composite.UnityExtensions ported to Silverlight
- Composite Application Guidance for WPF and Silverlight Work-in-progress documentation (CHM format)
You can download Prism 2.0 Drop 3 here.
Prism, aka the Composite Application Guidance for WPF, can help you split the development of your WPF client application across multiple development teams, each responsible for the development of a piece of the application, and help you seamlessly compose those pieces together into a client application. The guidance includes a reference implementation, reusable library code (called the Composite Application Library), documentation, quick start tutorials and hands-on labs.
Prism v2.0 is adding Silverlight guidance as well.
Prism Tutorials