How do I load a module catalog from a database in Prism?

Posted by Robert S. on Stack Overflow See other posts from Stack Overflow or by Robert S.
Published on 2010-03-19T15:29:48Z Indexed on 2010/03/19 15:31 UTC
Read the original article Hit count: 396

Filed under:
|
|

I'm using Prism in my WPF application and up to now, I've been loading the modules via var moduleCatalog = new ConfigurationModuleCatalog();. I'd like to get the module catalog from a database. The Prism documentation indicates that this is possible, but it doesn't go into any details.

Has anyone done this and can provide some guidance?

© Stack Overflow or respective owner

Related posts about prism

Related posts about wpf