Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Managed JScript   (RSS)
Managed JScript Limitations...
Managed JScript implementation, on Silverlight is a full implementation of Javascript Ecmascript 3.0 version. This supports interop with all other .NET languages and also other dynamic languages. But other day, someone asked me about what doesn't work Read More...
For-in in JScript
For-in the JScript is unique to other languages, in a way that it iterates over the keys, where as in most other languages ( C#, Python.. ), it iterates over the values. var location = { x : 100, y : 200 } for (var i in location) { print(i); } would give Read More...
Introducing Managed JScript
It's finally released and I can blog about it. Have been waiting to write about it for some time now and now that it’s out, can talk about it. Scott Guthrie in his keynote at MIX this week, announced that we are implementing a new version of JSscript Read More...
Page view tracker