// sorry about my bad english...
what would be great:
1- some application, where the user insert some fields (at a winForm) to post in database..
2- the "admin user" could customize the validations of this fields before post..
3- to perform the step 2 the admin user will use the SDA, the source code wrotte by him will stay at database.
4- all the other users will run the custom biz logic wrotte by the admin user.
4.1- this custom code will be a .dll on local machine, rebuilded always when its needed.
5- if the custom code (only the custom code) has some bug, the SDA come up to perform debug features.
question:
SDA could suport this context??
thanks!