- Can we have Unity configuration in file other than
app.config
file of the application? If yes, how to do it? - Can we combine unity configuration spread across multiple files?
- How to define Unity configuration in the
XAML
file? (PRISM modules can be configured in XAML.) - Is it possible to have custom implementation of the
Microsoft.Practices.Unity.Configuration.UnityConfigurationSection
configuration reader class?
We are developing a WPF application which should allow other developers (working on various ares of the enterprise app) to register their XAML
views (user controls) with our application. And depending on the functionality being used, our product will navigate user to the appropriate form/view. E.g. On click of the "Home" button, user would be navigated to the "Dashboard". But Dashboard may or may not be developed by the core product.
I am using Prism
4.1.