Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
5answers
1k views

Can JScript.NET be used to script a .NET application?

Since MS appears to have killed Managed JavaScript in the latest DLR for both server-side (ASP.NET Futures) and client-side (Silverlight), has anyone successfully used non-obsolete APIs to allow ...
4
votes
3answers
402 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 ...
2
votes
7answers
1k views

Where can you download Managed JScript for the DLR?

The lastest release (0.9 Stable) of the Dynamic Language Runtime contains IronPython and IronRuby, but it doesn't contain Managed JScript. Does anyone know where I can download the latest release of ...
1
vote
2answers
43 views

C# & VSAEngine - Calculating a string expression with a exponent?

i've a prob here, so i need a help:) When i'm calculating expression like this "(10.5 + 3.5 / 2) * 2" with jscript vsa engine, it's ok, but now i 've a question... if in the string like above, i want ...
0
votes
1answer
32 views

How do I perform a PInvoke in a fiddler JScript.NET function?

Fiddler uses the .NET JScript language for scripting. Invoking .NET methods and initiating .NET classes is easy, but I can't figure out how to decorate things with attributes, and therefore I don't ...
0
votes
0answers
164 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.