GWT equivalent for .NET?
I enjoy GWT because I can have compile-time type safe code that runs in the browser. However, I like C# a lot better than Java. Is there some good way to have C# compile开发者_开发知识库 to Javascript?
It is not exactly, but ScriptSharp is very close:
http://projects.nikhilk.net/ScriptSharp
Maybe Script#?
SharpKit is what you want. It actually does much more than GWT is capable.
http://sharpkit.net
C# to JavaScript compiler: Script#
This page might be useful too: altjs.org
As GWT compiler converting the java libraries into respective javascript,there is no exact option is provided for C#,but ScriptSharp behavior is much similar to GWT.
精彩评论