Run Powershell-Script from C# Application http://stackoverflow.com/questions/11120452/run-powershell-script-from-c-sharp-application
How to run PowerShell scripts from C# http://www.codeproject.com/Articles/18229/How-to-run-PowerShell-scripts-from-C
Python for C# Developers, By Michael Kennedy http://www.codemag.com/article/1407051
A 3 minute guide to embedding IronPython in a C# application http://www.secretgeek.net/host_ironpython
Is it possible to dynamically compile and execute C# code fragments? http://stackoverflow.com/questions/826398/is-it-possible-to-dynamically-compile-and-execute-c-sharp-code-fragments http://msdn.microsoft.com/en-us/library/y2k85ax6.aspx http://blogs.msdn.com/b/lukeh/archive/2007/07/11/c-3-0-and-codedom.aspx It depends on your precise needs. Two […]