开发者

Is there some library to help me to write Javascript code in C#?

开发者 https://www.devze.com 2023-01-05 06:56 出处:网络
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.

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 cr开发者_JS百科eation 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?


You're looking for Script#.

0

精彩评论

暂无评论...
验证码 换一张
取 消