Hello people. Am trying to create a modular application, my first for instance and am having a little trouble with imagining and identifying the technologies ill need for what i want.
Here is the thing. I want to build a simple data aware (EF4) modular app that will allow me to: be able to:
1. Allow users to create custom code:
Imagine that the forms i offer are not good enough, i want the users to be able to edit them and add or remove fields I ll have to add and remove database columns for this and i would need to regenerate the DL on the fly. I thought of designer re-hosting
for that, but ive not thought the specifics
2. Allow users access to live data objects
I want them to be able to see the data objects that are feeding the screens live. I suppose this part is the easiest of all
How would i go about creating something like that?