1

I would like to have scripts in my .NET 3.5 C# application. I'd like to enable user to do various actions with items currently operated by UI only (e.g. search items, export them and so on).

I would like to have a dedicated window for script, to have debugging (step by step debugging, breakpoints, watches windows) and so on.

What are the best approaches for C# applications for my .NET version? Is it possible to use C# itself as a scripting language? Are there any other possibilities, third-party libraries and controls?

2
  • 2
    IronPython, IronRuby, IronScheme, F# repl, etc. - you've got a lot of options, including even implementing your own DSL, which might be a good idea and is not such a complicated task as it is normally perceived. Commented Oct 19, 2011 at 9:44
  • Possible duplicate of Adding scripting functionality to .NET applications. Commented Aug 31, 2017 at 23:11

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.