Tagged Questions
4
votes
3answers
408 views
Sharing JavaScript code between .NET desktop and browser
I have a set of core, complicated JavaScript data structures/classes that I'd like to be able to use both in the browser as JavaScript and run on the desktop with .NET 3.5. Is it possible to compile ...
0
votes
0answers
178 views
Where Can One Find Examples of ECMAScript.NET's Use?
ECMAScript.NET is an open-source implementation of ECMAScript based on Rhino (JavaScript for Java) written entirely in C#.
It's used in Pure.Krome's YUICompressor.NET Port.