Not everyone is well versed with JavaScript but most of us have good command
over C#. In case you have to write JavaScript code in your project, here is a
good Visual Studio Extension that you can use.
The extension is called SharpKit and is available at http://visualstudiogallery.msdn.microsoft.com/742f8cdc-85f7-41de-8d46-3c42b33e702b
It allows you to write C# 4.0 code and convert it to JavaScript during compilation. It supports following JavaScript libraries -
Happy Coding !
The extension is called SharpKit and is available at http://visualstudiogallery.msdn.microsoft.com/742f8cdc-85f7-41de-8d46-3c42b33e702b
It allows you to write C# 4.0 code and convert it to JavaScript during compilation. It supports following JavaScript libraries -
- JavaScript and HTML
- jQuery
- jQuery UI
- jQuery Mobile
- ExtJS
- ASP.NET Ajax
Supported C# features -
- Namespaces
- Classes, interfaces, delegates, enums and generics
- Static classes, partial classes
- Static methods, instance methods, extension methods
- Optional parameters, named parameters, method overloads
- Implicit delegates, anonymous delegates, lambda expressions, LINQ
- Inheritance, polymorphism, casting, as/is
- Enumerables
Happy Coding !
No comments:
Post a Comment