Write C# instead of JavaScript - gain the productivity of C# dev.

added by alexgross
1/14/2010 2:15:07 PM

1299 Views

SharpKit is a Web Toolkit that enables you to write C# and convert it to JavaScript during compilation. Writing and maintaining JavaScript code can be very expensive. Migrating from JavaScript to C# enables you to: *Leverage Visual Studio C# productivity *Maximize cross-browser compatibility *Streamline client-side code review


10 comments

kevnz
1/14/2010 2:31:01 PM
What a waste. Learn javascript, stop bitching about it. It's an awesome language

RhythmAddict
1/14/2010 4:05:53 PM
Why pay for this when you can do it for free? http://jsc.sourceforge.net/

jack.niu
1/14/2010 11:44:12 PM
Partly agree, but the javascript make our UI look fashion :)

shivashankarp
1/15/2010 4:23:58 AM
Script# http://projects.nikhilk.net/ScriptSharp is a free and stable tool that does the same.

justinbezanson
1/15/2010 6:20:26 AM
Have to agree with kevnz, this kind of attiude is what gave up Webforms and server controls. It is much better to learn Javascript if you want to use JavaScript.

Tr3v
1/16/2010 10:55:50 AM
I like the idea and the fact that there are free and paid for options for it! A contractor I used to work with used a similar concept in Java, nice to see C# has that too now.

giladkhen
1/17/2010 2:19:39 AM
Comparison to JSC and ScriptSharp
http://sharpkit.net/overview/features/

togakangaroo
1/17/2010 11:54:10 AM
So how exactly would I do the equivalent of
Object.prototype.someMethod = function() { }

giladkhen
1/18/2010 7:14:54 AM
@togakangaroo:
HOWTO: Declare prototype variables and functions
http://sharpkit.net/howto/prototype/

adimauro
2/10/2010 6:16:34 PM
@giladkhen
Yes, they provide a nice comparison chart, but they are comparing the $649 version to the others! It would be far more informative if they had a column with the free version features.

The must also be comparing an old version, because the ScriptSharp website says it supports jQuery, while that list says it doesn't.