Fourth Prism Drop Released - WPF Application Development Guidance
The fourth drop of the Prism Project was released on April 15th, 2008. Download it here.
Some of the new features include:
- "Enabled TFS Integration for releases
- IMetadataInfo removed from the Prism framework. The application developer is now responsible for providing a model in order for the headers to bind to. We provide guidance on how to accomplish this in the RI though. Reason: flexibility.
- MultiDispatchCommand renamed to CompositeCommand
- DelegateCommand is now generic for compile time check of the parameter type (not at the XAML level though)
- Bootstrapper refactored for unit testing. Added module initialize.
- Random market feeds updates the UI continuously.
- Ability to add named views to regions that you can easily retrieve later.
- Added logger interface and default enterprise libary logger implementation
- Several more refactorings and consistency fixes (lots!).
- New UI Composition QuickStart. Demonstrates shell, global, local regions, and views. Note: This Quickstart uses a branch of the Prism framework source. We will be merging into the main."
Good stuff for learning proven practices for Composite WPF Application Development.
Tags:
Prism,
WPF,
WPFCompositeClient