views:

73

answers:

1

I'm looking for something to help me to write C# code that would be automatically converted to javascript. The advantage would be code-completion and type-safety.

Some features that I'm looking for are the following:

  • Auto creation of prototype equivalents to C# classes.
  • Auto generation of javascript code based on C# code (property settings, method calls...)
  • Exposition of Javascript types such as Window, Document and etc.

Is there something like that out there?

+10  A: 

You're looking for Script#.

SLaks
Thank you for introducing me to this awesome tool.
JSBangs
Thank you thank you!
Cylon Cat
nikhilk's blog posts are always awesome - I didn't realize he was the author of this tool also!
code4life