Should I use ScriptSharp

后端 未结 11 1810
-上瘾入骨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:10

    I use Script#, I think it is great. You can use it with any framework, jQuery, dojo whatever, you would however have to wrap the framework, this could be a big job...

    It's only benefit as I see it is that it allows you to develop javascript in a strongly typed environment. I think this is a HUGE benefit. I refuse to develop in weakly typed languages as maintenance is a nightmare.

    If however you like to work in a weakly typed language then you wont need Script#.

提交回复
热议问题