ClearScript is the C# scripting engine that can execute JavaScript inside a C# context. It’s way smarter than that description suggests. But it does not provide a require (think ‘code module loader’) capability. So how about we make one…
Tag Archives: Clearscript
JS Coding – JavaScript from C# and back again with ClearScript
As the ClearScript faqtorial says ‘ClearScript is a library that allows you to add scripting to your .NET applications’. So – if you need to provide a scripting facility in your C# app then ClearScript might be an option. Here’s what I’m working on: The purpose of my project is to enable scripting for developmentContinue reading “JS Coding – JavaScript from C# and back again with ClearScript”