Monday, October 29, 2012

JSIL - .NET to JavaScript compiler

JSIL - .NET to JavaScript compiler:

JSIL is a compiler that transforms .NET applications and libraries from their native executable format - CIL bytecode - into standards-compliant, cross-browser JavaScript. You can take this JavaScript and run it in a web browser or any other modern JavaScript runtime. Unlike other cross-compiler tools targeting JavaScript, JSIL produces readable, easy-to-debug JavaScript that resembles the code a developer might write by hand, while still maintaining the behavior and structure of the original .NET code.

1 comment:

JScriptSuite said...

See .NET to javascipt compiler.
It allows write and test .NET code and deploy javascript.
You have not to debug javascript more only .NET code (for example C#)