InsideMicrosoft

part of the Blog News Channel

Script#: Javascript Made Easy with C#

Script# is a Microsoft employee’s side project to make it easier to create AJAX applications. You are able to write code in C# and then it is interpreted and compiled into Javascript.

Essentially the Script# compiler is a C# compiler that generates Javascript instead of IL. A key driving goal of the design is to produce readable Javascript that you may have authored yourself, and would be ok deploying into real apps. Hence the translation works at the C# level, as opposed to converting from IL to script, and the converter doesn’t add any levels of abstraction itself.

So check it out here.

(Via Microsoft Watch)

June 3rd, 2006 Posted by | Developers | no comments



Hosting sponsored by GoDaddy

No Comments »

No comments yet.

Leave a comment