CompositeWPF (Prism) Contrib Latest Additions (2008-07-26)
These are the latest extensions added to the CompositeWPF Contrib community project:
- Extended Module Loader Service (contributed by Willem Meints). The extended module loader service can be used to load modules on demand. When the module loader service loads a module it will check if the module being loaded is actually installed and install it from the original installation source.
- Module Status Service (contributed by Willem Meints). The module status service can be used to retrieve a list of modules and their status (loaded or unloaded). This is particular useful when you want to show the user of your CompositeWPF application what modules are available to the application and which modules are actually active at this moment.
For more information about this service, see Module status service for CompositeWPF. - OutlookBar control and region adapter.
For more information about this control, see Use the OutlookBar in your CompositeWPF (Prism) Applications.
Where I can find the documentation of the extensions added to the project?
To check the documentation of the extensions added so far, please visit the Documentation page in the community site.
To learn more about other additions to the project, see this post.
Enjoy!
CompositeWPF (Prism) Contrib Latest Additions (2008-07-26)…
These are the latest extensions added to the CompositeWPF Contrib community project: Read the full article…
Hi,
That’s really great news.