Wednesday, June 5, 2024
Homepage · c#
 Popular · Latest · Hot · Upcoming
102
rated 0 times [  107] [ 5]  / answers: 1 / hits: 18067  / 11 Years ago, wed, may 8, 2013, 12:00:00

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 answers for it.


More From » c#

 Answers
13

Compile C# to Javascript



  • SharpKit (site) - Write and debug C# 4.0, compile to JS

  • Blade - Write C# and compile to JS, Interfaces for DOM, HTML, CSS

  • ScriptSharp - Write C# and compile to JS, jQuery supported

  • Saltarelle - Write C# 5.0 and compile to JS, LINQ, jQuery, NodeJS supported

  • JSIL - Compile CIL bytecode to human-readable JS

  • JSC - Compile CIL bytecode to JS, ActionScript, Java, PHP


Run Javascript in C#



  • IronJS - Javascript on CLR/DLR Runtime, Ecmascript 3.0

  • Jint - Javascript VM, Ecmascript 3.0

  • Jurassic - Compiles JS into .NET CIL, ECMAScript 3 and ECMAScript 5

  • MS JScript Engine - Legacy scripting Javascript engine


Run C# In Javascript



  • Edge.js - Run C# code alongside Node.js, in-process


[#78362] Tuesday, May 7, 2013, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
pranav

Total Points: 693
Total Questions: 119
Total Answers: 119

Location: Greenland
Member since Fri, Jul 31, 2020
4 Years ago
;