ASP.NET

aspnet.zip (101,0 MB)
This project gives you access to the code for upcoming releases that the ASP.NET team is working on, starting with the ASP.NET MVC Framework.

IronScript

IronScript will be an open-source implementation of Javascript as an engine for use on the Microsoft Dynamic Language Runtime. It is being developed in C# and is inspired by the MyJScript demo. It will follow usage and naming conventions similar to its Iron brethren.

JaernCloud

jaerncloud.zip (2,0 MB)
JaernCloud is a domain specific language for web apps. It uses a hierarchical type system called Closure Unified Documents to unify HTML, CSS and data transformations on the server-side into a single coherent programming language. Written in C# with the Dynamic Language Runtime.

Javascript DLR Engine

javascript.zip (2,2 MB)
A Javascript Engine built on top of DLR.

Javascript addin for visual studio

jsaddin.zip (602 kB)
This is a visual studio 2005/2008 add-in.It's to improve you develop javascript code.

MyJScript

MyJScript.zip (3,6 MB)
MyJScript is a JavaScript compiler for .NET used as a tutorial to write a compiler using DLR. Source code is fully commented and include an unit testing project. MyJScript binaries include also a program with hosting both for MyJScript and IronPython.