Configurable UI Plugin frameworks for .NET Compact Framework

Posted by Andy White on Stack Overflow See other posts from Stack Overflow or by Andy White
Published on 2010-04-07T20:29:56Z Indexed on 2010/05/18 3:40 UTC
Read the original article Hit count: 603

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about ui

Related posts about plugin