Javascript and C# Cross Compiling and Conversion

前端 未结 3 1886
一个人的身影
一个人的身影 2020-12-23 22:23

What are the various tools to cross-compile or convert Javascript to C# and back? And how to execute JS in C# or C# in JS? This is a popular question, and I will provide an

3条回答
  •  天涯浪人
    2020-12-23 23:06

    JScriptSuite - compiles MSIL (C# or another .NET language) to JavaScript. Allows debug original .NET (C#) code, provides databind templates, remoting interfaces, controls

提交回复
热议问题