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

About ejadib

Ezequiel Jadib is a Senior Lead Developer for Southworks, a software development company that provides consulting and development services for Fortune 50 companies around the world. He has worked for numerous projects with Microsoft, including the Smart Client Software Factory, the Web Client Software Factory, the Multi-Tenant Database Performance Guide, the Composite Application Guidance for WPF & Silverlight (Prism) and the Tech-Ed 2008 Keynote demo. He recently lead the efforts to create a set of samples and hands-on labs about the Live Services Platform, and also lead the development team for PDC 2008 demo highlighting SQL Data Platform. He is continuously contributing to the Client Application Development community sharing knowledge around Web Client, Smart Client and Composite WPF thought his blog, Codeplex and forums.