Configurable UI Plugin frameworks for .NET Compact Framework
- by Andy White
Is anyone aware of any frameworks for configuring UIs and possibly plugins for .NET Compact Framework (rich client) applications? Ideally, I'm hoping to find something that would allow you to bascially configure an application's UI and screenflow via an XML file, or some other configuration mechanism, and allow you to plugin different "Action" classes to take care of specific events, etc. in the app.
We basically want to have a base application, which allows you to plugin specific/custom functionality to support different customers.
I know it's a lot to find, but feel free to throw out any frameworks that might support any or all of these types of things.