in

ASP.NET Weblogs

Ezequiel Jadib

There is no place like 127.0.0.1

Prism: Fourth drop published

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

Comments

 

Tushar said:

Does this support XBAP?

May 21, 2008 2:59 PM

Leave a Comment

(required)  
(optional)
(required)  
Add