We have just shipped a new drop on Codeplex. In this drop you will find several refactorings and fixes as well as the first Prism QuickStart: the UI Composition QuickStart. This QuickStart demonstrates shell, global, local regions and views.
Below you will find a list of some of the changes:
- 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 library logger implementation
Note: The UI Composition QuickStart uses a branch of the Prism framework source. We will be merging into the main soon.
Feedback is welcome.
Download
Crossposting from here