DuoCode Cross Compiler
Written by Alex Denham   
Thursday, 19 March 2015

DuoCode lets you cross compile C# code into JavaScript. Although it will be a commercial product developers are invited to apply for beta invitations and a public beta version is expected shortly.

DuoCode is integrated with the Visual Studio IDE and uses Microsoft’s .NET compiler platform (formerly known as Roslyn) to analyze the C# code.

Roslyn is used for the code-parsing, syntactic tree (AST) generation, and contextual analysis. The code is then handed over to DuoCode for code translation and the generation of the JavaScript code and source maps.

 

duocsh

duocodewide

 

duojs1

 

According to the DuoCode development team, while JavaScript is ideal for writing applications that run in the browser, it’s not always possible (or viable) to rewrite significant parts of core business logic in JavaScript, continuing:

“There have been many attempts over the years to create languages that translate to JavaScript (TypeScript, CoffeeScript, to name a few), but none really provide the raw power and tooling, available to C# developers. Until now!”

DuoCode uses the Roslyn compiler, now known as the .NET Compiler Platform. The developers say this allows DuoCode to:

 “fully ‘understand’ C# and all of its features (including the new C# 6 language features), and accurately convert them to corresponding JavaScript.”

They say that DuoCode supports things like Generics, Reflection, LINQ and dynamic, while providing full Visual Studio support for IntelliSense, syntax highlighting, and even debugging your original C# code in your browser.

 

duocodecube

 

The above image is from a brower-based demo that was written in C# to compiled to JavaScript using DuoCode. Click on the image to go to  duoco.de/samples/webgl/index. Pressing F12 lets you see the source code and if you enable source-maps in your browser you can debug the C# code directly.

DuoCode will be commercial and not open source, and is aimed at companies who have large quantities of pre-existing C# projects that they want to reuse in JavaScript. The beta version can be used until June 30, 2015.

More Information

DuoCode

Hello DuoCode - translating C# to JavaScript!

Related Articles

Microsoft Moves To Roslyn 

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, FacebookGoogle+ or Linkedin,  or sign up for our weekly newsletter.

 

Banner


Learn A New Language With Coursera Plus
27/08/2025

Expand your portfolio of skills with a new programming language. Coursera currently has an offer - 30% off an annual subscription to Coursera Plus. This runs until September 22, 2025 and is available  [ ... ]



Oxlint Rust Powered Linter Reaches 1.0
26/08/2025

The first stable version Oxlint, a Rust-powered linter developed as part of the Oxc toolchain, has been released. The new linter promises a 50 to 100 times performance improvement over ESLint along wi [ ... ]


More News

 

pico book

 

Comments




or email your comment to: comments@i-programmer.info

 

 

 

Last Updated ( Thursday, 19 March 2015 )