I need to run some validation tests on our c# client-server configuration. Is there a dynamic script language that my client application could run, that would have full access to all of its C# classes and asssemblies?
Something like beanshell for java: http://www.beanshell.org/intro.html
Thanks!
How about IronPython?