Should I use ScriptSharp

后端 未结 11 1841
-上瘾入骨i
-上瘾入骨i 2021-02-02 12:19

I am developing my first ASP.NET MVC application and I beleive that Script# can help me a lot. But it cannot find the resource necessary to support my development.

I cou

11条回答
  •  无人及你
    2021-02-02 13:11

    Wow Val you got generics to work in it, I'm impressed, was it hard? Generics support would be great, so would method and operator overloading. josephhemingway

    The whole point is that ScriptSharp's parser supports full C# 2.0 syntax. The only thing needed is to generate the proper JS. Not much work, considering JS dynamic nature. Generics would act as Java-style ones, i.e. no generation for each closed type argument set, just one class.

    Are you sure that it is illegal to decompile it, I will have to have a look to see if it is the terms of use. josephhemingway

    Yep, it's illegal. EULA showed in setup clearly mentions that.

提交回复
热议问题