Top ASP.NET Items

Sponsors

Getting Started with Script#

At MIX11, I presented a session on Script# titled " Script#: Compiling C# to JavaScript " ... and I did a follow up blog post highlighting the key points from the presentation. This blog post covers the Hello World demo, which will show how you can get started with script#, and deploy scripts authored using this approach. It doesn't go into more advanced topics, but hopefully it will also demonstrate a couple of key principles at play: Script# doesn't introduce some new and odd abstractions. You're still very much authoring script against the DOM and standard APIs, and existing knowledge of web development carries forward. The generated script is similar to script you might have authored directly, and can be distributed Read More...

Read the complete post at http://www.nikhilk.net/ScriptSharp-Getting-Started.aspx