Want a C # script application

I need to run some validation tests in our C # client-server configuration. Is there a dynamic script language that my client application can execute that has full access to all its C # classes and assemblies?

Something like beanshell for java: http://www.beanshell.org/intro.html

Thank!

+5
source share
4 answers

What about IronPython ?

+3
source

I think your best option would be Windows Powershell .

+8
source

Mono Evaluator , ( ).

0

ASP.NET, script # App_Code. App_Code .cs. ASP.NET . .

, , , , App_Code .

0

All Articles