Prism Resources 2
June 18th, 2009
Videos
Silverbay Labs have done a couple of videos on Prism
- Introduction to Composite Applications – this one covers all the basics of Prism.
- Regions in Prism – this one shows a couple of interesting things that I haven’t seen much of elsewhere – RegionAdapters and RegionContext. RegionAdapters allow you to use other controls to host regions than the ones that come with Prism. RegionContext allows you to share information between different views in the same region.
Training Courses and Presentations
Slides for my Prism-Tation by John McLoughlin from NxtGen Southampton. I went to see John’s Introduction to Prism talk at NxtGen Birmingham recently and can recommend seeing it if you get a chance.
General Articles on Prism
- Mokosh’s Blog has a good set of info on Prism. Covers most of the basics and a few interesting bits and bobs.
- How to use the outlookbar in Prism Apps. This article shows how to use the OutlookBar control from CompositeWPF Contrib in Prism Apps. In fact the whole blog section here on Prism has lots to read!
- Layout Manager for Prism v2 Interesting article on how to create an application with multiple layouts using prism.
- Calcium: A modular application toolset leveraging the Composite Application Library (PRISM) – Part 1 – Lots of stuff here.
- Model-View-Presenter and Model-View-ViewModel in Prism
- Introduction to Composite WPF (CAL, Prism) Part 1