managed-jscript

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

你。 提交于 2019-11-29 09:24:32
问题 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 scripting of their application objects with JScript.NET and/or can explain how to do so? A Mono/JScript solution might also be acceptable, if it is stable and meets the requriements below. We are interested in upgrading off of a script host which uses the Microsoft JScript engine and ActiveScript APIs

Where can you download Managed JScript for the DLR?

为君一笑 提交于 2019-11-28 05:22:33
问题 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 Managed JScript for use with ASP.NET and/or WPF? In case you aren't aware, JScript.NET and Managed JScript are too different things. What I'm looking for is Managed JScript. 回答1: Update... The Silverlight Dynamic Language SDK 0.5.0 Release Notes posted March 23rd, 2009 on CodePlex, contained this