We got a project where we\'re supposed to let 3rd party developers create their own GUI / CodeBehind drivers. Our GUI is running on WPF.
Now, we got a number of poss
You can use IronPython as your scripting language. Here's an article that gives a basic idea how you can do it.